Home
last modified time | relevance | path

Searched defs:isInstantiationDependent (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp215 bool TemplateName::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateName
H A DDeclarationName.cpp436 bool DeclarationNameInfo::isInstantiationDependent() const { in isInstantiationDependent() function in DeclarationNameInfo
H A DTemplateBase.cpp240 bool TemplateArgument::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateArgument
H A DNestedNameSpecifier.cpp238 bool NestedNameSpecifier::isInstantiationDependent() const { in isInstantiationDependent() function in NestedNameSpecifier
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1015 AST_MATCHER(Expr, isInstantiationDependent) { in AST_MATCHER() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h214 bool isInstantiationDependent() const { in isInstantiationDependent() function