Searched refs:NestedNameSpec (Results 1 – 5 of 5) sorted by relevance
104 NestedNameSpecifierLoc NestedNameSpec;132 NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()136 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(), in ConceptReference()140 return NestedNameSpec; in getNestedNameSpecifierLoc()
2046 NestedNameSpecifierLoc NestedNameSpec; member2069 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()2073 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
51 assert(!NestedNameSpec || in ConceptSpecializationExpr()52 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() && in ConceptSpecializationExpr()53 !NestedNameSpec.getNestedNameSpecifier() in ConceptSpecializationExpr()
1458 if (NestedNameSpec) in print()1459 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
812 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()