Lines Matching refs:NestedNameSpecifier
122 else if (const NestedNameSpecifier *NNS = in findMatch()
123 DynNode.get<NestedNameSpecifier>()) in findMatch()
220 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) { in TraverseNestedNameSpecifier()
346 bool baseTraverse(const NestedNameSpecifier &NNS) { in baseTraverse()
348 const_cast<NestedNameSpecifier*>(&NNS)); in baseTraverse()
503 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
703 } else if (auto *N = Node.get<NestedNameSpecifier>()) { in match()
774 const QualType *, const TypeLoc *, const NestedNameSpecifier *, \
899 } else if (const auto *NNS = State.getNode<NestedNameSpecifier>()) { in dumpNodeFromState()
1090 void matchDispatch(const NestedNameSpecifier *Node) { in matchDispatch()
1091 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch()
1480 bool MatchASTVisitor::TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) { in TraverseNestedNameSpecifier()
1595 Matchers.NestedNameSpecifier.emplace_back(NodeMatch, Action); in addMatcher()
1640 } else if (NodeMatch.canConvertTo<NestedNameSpecifier>()) { in addDynamicMatcher()
1641 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action); in addDynamicMatcher()