Lines Matching refs:NestedNameSpecifierLoc
125 else if (const NestedNameSpecifierLoc *NNSLoc = in findMatch()
126 DynNode.get<NestedNameSpecifierLoc>()) in findMatch()
224 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
350 bool baseTraverse(NestedNameSpecifierLoc NNS) { in baseTraverse()
504 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
705 } else if (auto *N = Node.get<NestedNameSpecifierLoc>()) { in match()
775 const NestedNameSpecifierLoc *
901 } else if (const auto *NNSL = State.getNode<NestedNameSpecifierLoc>()) { in dumpNodeFromState()
1093 void matchDispatch(const NestedNameSpecifierLoc *Node) { in matchDispatch()
1094 matchWithoutFilter(*Node, Matchers->NestedNameSpecifierLoc); in matchDispatch()
1486 NestedNameSpecifierLoc NNS) { in TraverseNestedNameSpecifierLoc()
1601 Matchers.NestedNameSpecifierLoc.emplace_back(NodeMatch, Action); in addMatcher()
1643 } else if (NodeMatch.canConvertTo<NestedNameSpecifierLoc>()) { in addDynamicMatcher()
1644 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action); in addDynamicMatcher()