Searched refs:NestedNameSpec (Results 1 – 5 of 5) sorted by relevance
115 NestedNameSpecifierLoc NestedNameSpec;142 : NestedNameSpec(NNS), TemplateKWLoc(TemplateKWLoc), in ConceptReference()150 return NestedNameSpec; in getNestedNameSpecifierLoc()
2102 NestedNameSpecifierLoc NestedNameSpec; member2134 return getLocalData()->NestedNameSpec; in getNestedNameSpecifierLoc()2138 getLocalData()->NestedNameSpec = NNS; in setNestedNameSpecifierLoc()
50 assert(!NestedNameSpec || in ConceptSpecializationExpr()51 (!NestedNameSpec.getNestedNameSpecifier()->isInstantiationDependent() && in ConceptSpecializationExpr()52 !NestedNameSpec.getNestedNameSpecifier() in ConceptSpecializationExpr()
1543 if (NestedNameSpec) in print()1544 NestedNameSpec.getNestedNameSpecifier()->print(OS, Policy); in print()
798 E->NestedNameSpec = Record.readNestedNameSpecifierLoc(); in VisitConceptSpecializationExpr()