summaryrefslogtreecommitdiffstats
path: root/clang/include/clang/AST/TemplateName.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/AST/TemplateName.h')
-rw-r--r--clang/include/clang/AST/TemplateName.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/AST/TemplateName.h b/clang/include/clang/AST/TemplateName.h
index 09e81be091d..86c443985de 100644
--- a/clang/include/clang/AST/TemplateName.h
+++ b/clang/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());
OpenPOWER on IntegriCloud