Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTConcept.h102 NestedNameSpecifierLoc NestedNameSpec;
129 : NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()
137 return NestedNameSpec; in getNestedNameSpecifierLoc()
H A DTypeLoc.h2101 NestedNameSpecifierLoc NestedNameSpec; member
2133 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()
2137 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
/llvm-project-15.0.7/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.cpp1486 if (NestedNameSpec) in print()
1487 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp797 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()