Home | History | Annotate | Download | only in Sema

Lines Matching refs:NNSLoc

1595   NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data());
1596 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) {
1599 return NNSLoc.getTypeLoc().getSourceRange();
1603 NNSLoc = NNSLoc.getPrefix();