Lines Matching refs:NestedNameSpecifier
119 else if (const NestedNameSpecifier *NNS = in findMatch()
120 DynNode.get<NestedNameSpecifier>()) in findMatch()
185 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) { in TraverseNestedNameSpecifier()
231 bool baseTraverse(const NestedNameSpecifier &NNS) { in baseTraverse()
233 const_cast<NestedNameSpecifier*>(&NNS)); in baseTraverse()
372 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
469 } else if (auto *N = Node.get<NestedNameSpecifier>()) { in match()
590 void matchDispatch(const NestedNameSpecifier *Node) { in matchDispatch()
591 matchWithoutFilter(*Node, Matchers->NestedNameSpecifier); in matchDispatch()
847 bool MatchASTVisitor::TraverseNestedNameSpecifier(NestedNameSpecifier *NNS) { in TraverseNestedNameSpecifier()
921 Matchers.NestedNameSpecifier.emplace_back(NodeMatch, Action); in addMatcher()
948 } else if (NodeMatch.canConvertTo<NestedNameSpecifier>()) { in addDynamicMatcher()
949 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action); in addDynamicMatcher()