Home | History | Annotate | Download | only in Index

Lines Matching refs:NNS

74   bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) {
75 IndexCtx.indexNestedNameSpecifierLoc(NNS, Parent, ParentDC);
152 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
155 if (!NNS)
158 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
163 SourceLocation Loc = NNS.getSourceRange().getBegin();
165 switch (NNS.getNestedNameSpecifier()->getKind()) {
172 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(),
176 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(),
182 indexTypeLoc(NNS.getTypeLoc(), Parent, DC);