Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h230 IDToNodeMap::const_iterator It = NodeMap.find(ID);
238 IDToNodeMap::const_iterator It = NodeMap.find(ID);
255 using IDToNodeMap = std::map<std::string, DynTypedNode, std::less<>>;
257 const IDToNodeMap &getMap() const {
272 IDToNodeMap NodeMap;
H A DASTMatchers.h123 using IDToNodeMap = internal::BoundNodesMap::IDToNodeMap; variable
126 const IDToNodeMap &getMap() const { in getMap()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp335 const BoundNodes::IDToNodeMap &NodeMap = match.Nodes.getMap(); in eval()
H A DRewriteRule.cpp349 const ast_matchers::BoundNodes::IDToNodeMap &NodesMap = in rewriteDescendants()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp941 const BoundNodes::IDToNodeMap &Map = Nodes->getMap(); in print()