Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h229 IDToNodeMap::const_iterator It = NodeMap.find(ID);
237 IDToNodeMap::const_iterator It = NodeMap.find(ID);
254 using IDToNodeMap = std::map<std::string, DynTypedNode, std::less<>>;
256 const IDToNodeMap &getMap() const {
271 IDToNodeMap NodeMap;
H A DASTMatchers.h125 using IDToNodeMap = internal::BoundNodesMap::IDToNodeMap; variable
128 const IDToNodeMap &getMap() const { in getMap()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp339 const BoundNodes::IDToNodeMap &NodeMap = match.Nodes.getMap(); in eval()
H A DRewriteRule.cpp348 const ast_matchers::BoundNodes::IDToNodeMap &NodesMap = in rewriteDescendants()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp943 const BoundNodes::IDToNodeMap &Map = Nodes->getMap(); in print()