Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTemplateName.cpp102 bool TemplateName::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateName
DTemplateBase.cpp110 bool TemplateArgument::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateArgument
DDeclarationName.cpp538 bool DeclarationNameInfo::isInstantiationDependent() const { in isInstantiationDependent() function in DeclarationNameInfo
DNestedNameSpecifier.cpp178 bool NestedNameSpecifier::isInstantiationDependent() const { in isInstantiationDependent() function in NestedNameSpecifier
/external/clang/include/clang/AST/
DExpr.h144 bool isInstantiationDependent() const { in isInstantiationDependent() function