Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp430 bool DeclarationNameInfo::isInstantiationDependent() const { in isInstantiationDependent() function in DeclarationNameInfo
H A DTemplateName.cpp259 bool TemplateName::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateName
H A DTemplateBase.cpp318 bool TemplateArgument::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateArgument
H A DNestedNameSpecifier.cpp238 bool NestedNameSpecifier::isInstantiationDependent() const { in isInstantiationDependent() function in NestedNameSpecifier
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1021 AST_MATCHER(Expr, isInstantiationDependent) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h221 bool isInstantiationDependent() const { in isInstantiationDependent() function