diff options
Diffstat (limited to 'include/clang/AST/TemplateName.h')
-rw-r--r-- | include/clang/AST/TemplateName.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/AST/TemplateName.h b/include/clang/AST/TemplateName.h index 09e81be091..86c443985d 100644 --- a/include/clang/AST/TemplateName.h +++ b/include/clang/AST/TemplateName.h @@ -97,11 +97,11 @@ public: bool isDependent() const; /// \brief Print the template name. - void Print(llvm::raw_ostream &OS) const; + void print(llvm::raw_ostream &OS) const; /// \brief Debugging aid that dumps the template name to standard /// error. - void Dump() const; + void dump() const; void Profile(llvm::FoldingSetNodeID &ID) { ID.AddPointer(Storage.getOpaqueValue()); |