Home | History | Annotate | Download | only in libclang

Lines Matching defs:NNS

1266 bool CursorVisitor::VisitNestedNameSpecifier(NestedNameSpecifier *NNS, 
1272 if (!NNS)
1276 while (NestedNameSpecifier *Prefix = NNS->getPrefix())
1277 NNS = Prefix;
1279 switch (NNS->getKind()) {
1281 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(),
1285 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),
1292 const Type *T = NNS->getAsType();
1321 NestedNameSpecifier *NNS = Q.getNestedNameSpecifier();
1322 switch (NNS->getKind()) {
1324 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(),
1332 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),