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, 4 insertions, 0 deletions
diff --git a/clang/include/clang/AST/TemplateName.h b/clang/include/clang/AST/TemplateName.h
index db4612990fd..a180f587edd 100644
--- a/clang/include/clang/AST/TemplateName.h
+++ b/clang/include/clang/AST/TemplateName.h
@@ -292,6 +292,10 @@ public:
/// \brief Determines whether this is a dependent template name.
bool isDependent() const;
+ /// \brief Determines whether this is a template name that somehow
+ /// depends on a template parameter.
+ bool isInstantiationDependent() const;
+
/// \brief Determines whether this template name contains an
/// unexpanded parameter pack (for C++0x variadic templates).
bool containsUnexpandedParameterPack() const;
OpenPOWER on IntegriCloud