Home | History | Annotate | Download | only in libclang

Lines Matching defs:NNS

1157 bool CursorVisitor::VisitNestedNameSpecifier(NestedNameSpecifier *NNS, 
1163 if (!NNS)
1167 while (NestedNameSpecifier *Prefix = NNS->getPrefix())
1168 NNS = Prefix;
1170 switch (NNS->getKind()) {
1172 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(), Range.getBegin(),
1176 return Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),
1183 const Type *T = NNS->getAsType();
1211 NestedNameSpecifier *NNS = Q.getNestedNameSpecifier();
1212 switch (NNS->getKind()) {
1214 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespace(),
1222 if (Visit(MakeCursorNamespaceRef(NNS->getAsNamespaceAlias(),