Home
last modified time | relevance | path

Searched refs:NestedNameSpec (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DASTConcept.h103 NestedNameSpecifierLoc NestedNameSpec;
131 NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()
135 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(), in ConceptReference()
139 return NestedNameSpec; in getNestedNameSpecifierLoc()
DTypeLoc.h1997 NestedNameSpecifierLoc NestedNameSpec; member
2020 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()
2024 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
/external/llvm-project/clang/lib/AST/
DExprConcepts.cpp51 assert(!NestedNameSpec || in ConceptSpecializationExpr()
52 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() && in ConceptSpecializationExpr()
53 !NestedNameSpec.getNestedNameSpecifier() in ConceptSpecializationExpr()
DDeclTemplate.cpp1432 if (NestedNameSpec) in print()
1433 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp800 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()