Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h122 using IDToNodeMap = internal::BoundNodesMap::IDToNodeMap; variable
125 const IDToNodeMap &getMap() const { in getMap()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DStencil.cpp334 const BoundNodes::IDToNodeMap &NodeMap = match.Nodes.getMap(); in eval()
H A DRewriteRule.cpp349 const ast_matchers::BoundNodes::IDToNodeMap &NodesMap = in rewriteDescendants()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp930 const BoundNodes::IDToNodeMap &Map = Nodes->getMap(); in print()