Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConcept.h115 NestedNameSpecifierLoc NestedNameSpec;
142 : NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()
150 return NestedNameSpec; in getNestedNameSpecifierLoc()
H A DTypeLoc.h2102 NestedNameSpecifierLoc NestedNameSpec; member
2134 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()
2138 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConcepts.cpp50 assert(!NestedNameSpec || in ConceptSpecializationExpr()
51 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() && in ConceptSpecializationExpr()
52 !NestedNameSpec.getNestedNameSpecifier() in ConceptSpecializationExpr()
H A DDeclTemplate.cpp1543 if (NestedNameSpec) in print()
1544 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp798 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()