Home | History | Annotate | Download | only in Sema

Lines Matching refs:NNSLoc

1557   NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data());
1558 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) {
1561 return NNSLoc.getTypeLoc().getSourceRange();
1565 NNSLoc = NNSLoc.getPrefix();