Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTemplateName.cpp152 bool TemplateName::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateName
DTemplateBase.cpp141 bool TemplateArgument::isInstantiationDependent() const { in isInstantiationDependent() function in TemplateArgument
DDeclarationName.cpp520 bool DeclarationNameInfo::isInstantiationDependent() const { in isInstantiationDependent() function in DeclarationNameInfo
DNestedNameSpecifier.cpp221 bool NestedNameSpecifier::isInstantiationDependent() const { in isInstantiationDependent() function in NestedNameSpecifier
/external/clang/include/clang/AST/
DExpr.h189 bool isInstantiationDependent() const { in isInstantiationDependent() function