Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTConcept.h103 NestedNameSpecifierLoc NestedNameSpec;
131 NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()
135 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(), in ConceptReference()
139 return NestedNameSpec; in getNestedNameSpecifierLoc()
HDTypeLoc.h1934 NestedNameSpecifierLoc NestedNameSpec; member
1957 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()
1961 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConcepts.cpp61 assert(!NestedNameSpec || in ConceptSpecializationExpr()
62 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() && in ConceptSpecializationExpr()
63 !NestedNameSpec.getNestedNameSpecifier() in ConceptSpecializationExpr()
HDDeclTemplate.cpp1424 if (NestedNameSpec) in print()
1425 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp753 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()