Home | History | Annotate | Download | only in libclang

Lines Matching refs:NNS

37   bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) {
38 IndexCtx.indexNestedNameSpecifierLoc(NNS, Parent, ParentDC);
117 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS,
120 if (!NNS)
123 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
128 SourceLocation Loc = NNS.getSourceRange().getBegin();
130 switch (NNS.getNestedNameSpecifier()->getKind()) {
136 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(),
140 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(),
146 indexTypeLoc(NNS.getTypeLoc(), Parent, DC);