Lines Matching refs:NestedNameSpecifier
124 else if (const NestedNameSpecifier *NNS =
125 DynNode.get<NestedNameSpecifier>())
222 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) {
349 bool baseTraverse(const NestedNameSpecifier &NNS) {
351 const_cast<NestedNameSpecifier*>(&NNS));
506 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
715 } else if (auto *N = Node.get<NestedNameSpecifier>()) {
786 const QualType *, const TypeLoc *, const NestedNameSpecifier *, \
911 } else if (const auto *NNS = State.getNode<NestedNameSpecifier>()) {
1102 void matchDispatch(const NestedNameSpecifier *Node) {
1103 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier);
1503 bool MatchASTVisitor::TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) {
1618 Matchers.NestedNameSpecifier.emplace_back(NodeMatch, Action);
1663 } else if (NodeMatch.canConvertTo<NestedNameSpecifier>()) {
1664 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action);