HomeSort by relevance Sort by last modified time
    Searched defs:isInstantiationDependent (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/AST/
TemplateName.cpp 102 bool TemplateName::isInstantiationDependent() const {
104 if (QTN->getQualifier()->isInstantiationDependent())
TemplateBase.cpp 128 bool TemplateArgument::isInstantiationDependent() const {
137 return getAsTemplate().isInstantiationDependent();
155 return getAsExpr()->isInstantiationDependent();
159 if (P->isInstantiationDependent())
547 Info[i].getArgument().isInstantiationDependent();
DeclarationName.cpp 499 bool DeclarationNameInfo::isInstantiationDependent() const {
NestedNameSpecifier.cpp 185 bool NestedNameSpecifier::isInstantiationDependent() const {
  /external/clang/include/clang/AST/
Expr.h 192 bool isInstantiationDependent() const {
    [all...]

Completed in 70 milliseconds