Home
last modified time | relevance | path

Searched refs:IDToNodeMap (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DMatchVerifier.h172 BoundNodes::IDToNodeMap M = Result.Nodes.getMap(); in run()
173 BoundNodes::IDToNodeMap::const_iterator I = M.find(""); in run()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h391 const BoundNodes::IDToNodeMap &M = Nodes->getMap(); in run()
401 BoundNodes::IDToNodeMap::const_iterator I = M.find(Id); in run()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h231 IDToNodeMap::const_iterator It = NodeMap.find(ID);
239 IDToNodeMap::const_iterator It = NodeMap.find(ID);
256 using IDToNodeMap = std::map<std::string, DynTypedNode, std::less<>>;
258 const IDToNodeMap &getMap() const {
273 IDToNodeMap NodeMap;
H A DASTMatchers.h121 using IDToNodeMap = internal::BoundNodesMap::IDToNodeMap; variable
124 const IDToNodeMap &getMap() const { in getMap()
/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DStencil.cpp334 const BoundNodes::IDToNodeMap &NodeMap = match.Nodes.getMap(); in eval()
H A DRewriteRule.cpp333 const ast_matchers::BoundNodes::IDToNodeMap &NodesMap = in rewriteDescendants()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp930 const BoundNodes::IDToNodeMap &Map = Nodes->getMap(); in print()