Home | History | Annotate | Download | only in Sema

Lines Matching refs:NNSLoc

1565   NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data());
1566 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) {
1569 return NNSLoc.getTypeLoc().getSourceRange();
1573 NNSLoc = NNSLoc.getPrefix();