HomeSort by: relevance | last modified time | path
    Searched refs:NestedNameSpec (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTConcept.h 103 NestedNameSpecifierLoc NestedNameSpec;
131 NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc),
135 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(),
139 return NestedNameSpec;
TypeLoc.h 2046 NestedNameSpecifierLoc NestedNameSpec;
2069 return getLocalData()->NestedNameSpec;
2073 getLocalData()->NestedNameSpec = NNS;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConcepts.cpp 51 assert(!NestedNameSpec ||
52 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() &&
53 !NestedNameSpec.getNestedNameSpecifier()
DeclTemplate.cpp 1457 if (NestedNameSpec)
1458 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 802 E->NestedNameSpec = Record.readNestedNameSpecifierLoc();

Completed in 20 milliseconds