Searched refs:NestedNameSpec (Results 1 – 5 of 5) sorted by relevance
102 NestedNameSpecifierLoc NestedNameSpec;129 : NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()137 return NestedNameSpec; in getNestedNameSpecifierLoc()
2101 NestedNameSpecifierLoc NestedNameSpec; member2133 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()2137 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
51 assert(!NestedNameSpec || in ConceptSpecializationExpr()52 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() && in ConceptSpecializationExpr()53 !NestedNameSpec.getNestedNameSpecifier() in ConceptSpecializationExpr()
1486 if (NestedNameSpec) in print()1487 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
797 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()