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 110 bool TemplateArgument::isInstantiationDependent() const {
119 return getAsTemplate().isInstantiationDependent();
137 return getAsExpr()->isInstantiationDependent();
141 if (P->isInstantiationDependent())
572 Info[i].getArgument().isInstantiationDependent();
DeclarationName.cpp 538 bool DeclarationNameInfo::isInstantiationDependent() const {
NestedNameSpecifier.cpp 178 bool NestedNameSpecifier::isInstantiationDependent() const {
  /external/clang/include/clang/AST/
Expr.h 144 bool isInstantiationDependent() const {
    [all...]

Completed in 313 milliseconds