Home | History | Annotate | Download | only in Sema

Lines Matching refs:NNSLoc

1519   NestedNameSpecifierLoc NNSLoc(SS.getScopeRep(), SS.location_data());
1520 while (NestedNameSpecifier *NNS = NNSLoc.getNestedNameSpecifier()) {
1523 return NNSLoc.getTypeLoc().getSourceRange();
1527 NNSLoc = NNSLoc.getPrefix();