Lines Matching refs:NestedNameSpecifier
121 else if (const NestedNameSpecifier *NNS = in findMatch()
122 DynNode.get<NestedNameSpecifier>()) in findMatch()
217 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) { in TraverseNestedNameSpecifier()
334 bool baseTraverse(const NestedNameSpecifier &NNS) { in baseTraverse()
336 const_cast<NestedNameSpecifier*>(&NNS)); in baseTraverse()
488 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
687 } else if (auto *N = Node.get<NestedNameSpecifier>()) { in match()
885 void matchDispatch(const NestedNameSpecifier *Node) { in matchDispatch()
886 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch()
1259 bool MatchASTVisitor::TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) { in TraverseNestedNameSpecifier()
1369 Matchers.NestedNameSpecifier.emplace_back(NodeMatch, Action); in addMatcher()
1408 } else if (NodeMatch.canConvertTo<NestedNameSpecifier>()) { in addDynamicMatcher()
1409 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action); in addDynamicMatcher()