Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConcept.h103 NestedNameSpecifierLoc NestedNameSpec;
131 NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()
135 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(), in ConceptReference()
139 return NestedNameSpec; in getNestedNameSpecifierLoc()
H A DTypeLoc.h2046 NestedNameSpecifierLoc NestedNameSpec; member
2069 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()
2073 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConcepts.cpp51 assert(!NestedNameSpec || in ConceptSpecializationExpr()
52 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() && in ConceptSpecializationExpr()
53 !NestedNameSpec.getNestedNameSpecifier() in ConceptSpecializationExpr()
H A DDeclTemplate.cpp1457 if (NestedNameSpec) in print()
1458 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp802 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()