Home | History | Annotate | Download | only in Sema

Lines Matching refs:NNS

417                                                     NestedNameSpecifierLoc NNS,
2681 NestedNameSpecifierLoc NNS,
2685 for (NestedNameSpecifierLoc Qualifier = NNS; Qualifier;
2769 if (SS.getScopeRep() == NNS.getNestedNameSpecifier() &&
2771 return NNS;
2775 if (SS.location_size() == NNS.getDataLength() &&
2776 memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0)
2777 return NestedNameSpecifierLoc(SS.getScopeRep(), NNS.getOpaqueData());