Lines Matching refs:NestedNameSpecifierLoc
124 else if (const NestedNameSpecifierLoc *NNSLoc = in findMatch()
125 DynNode.get<NestedNameSpecifierLoc>()) in findMatch()
221 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
338 bool baseTraverse(NestedNameSpecifierLoc NNS) { in baseTraverse()
489 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
689 } else if (auto *N = Node.get<NestedNameSpecifierLoc>()) { in match()
888 void matchDispatch(const NestedNameSpecifierLoc *Node) { in matchDispatch()
889 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch()
1265 NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
1375 Matchers.NestedNameSpecifierLoc.emplace_back(NodeMatch, Action); in addMatcher()
1411 } else if (NodeMatch.canConvertTo<NestedNameSpecifierLoc>()) { in addDynamicMatcher()
1412 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action); in addDynamicMatcher()