Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateName.cpp276 bool TemplateName::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateName
H A DDeclarationName.cpp430 bool DeclarationNameInfo::isInstantiationDependent() const { in isInstantiationDependent() function in DeclarationNameInfo
H A DTemplateBase.cpp243 bool TemplateArgument::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateArgument
H A DNestedNameSpecifier.cpp238 bool NestedNameSpecifier::isInstantiationDependent() const { in isInstantiationDependent() function in NestedNameSpecifier
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1020 AST_MATCHER(Expr, isInstantiationDependent) { in AST_MATCHER() argument
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h215 bool isInstantiationDependent() const { in isInstantiationDependent() function