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 129 bool TemplateArgument::isInstantiationDependent() const {
138 return getAsTemplate().isInstantiationDependent();
156 return getAsExpr()->isInstantiationDependent();
160 if (P->isInstantiationDependent())
590 Info[i].getArgument().isInstantiationDependent();
DeclarationName.cpp 487 bool DeclarationNameInfo::isInstantiationDependent() const {
NestedNameSpecifier.cpp 182 bool NestedNameSpecifier::isInstantiationDependent() const {
  /external/clang/include/clang/AST/
Expr.h 145 bool isInstantiationDependent() const {
    [all...]

Completed in 376 milliseconds