Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h226 IDToNodeMap::const_iterator It = NodeMap.find(ID);
234 IDToNodeMap::const_iterator It = NodeMap.find(ID);
251 using IDToNodeMap = std::map<std::string, DynTypedNode, std::less<>>;
253 const IDToNodeMap &getMap() const {
268 IDToNodeMap NodeMap;
H A DASTMatchers.h123 using IDToNodeMap = internal::BoundNodesMap::IDToNodeMap; variable
126 const IDToNodeMap &getMap() const { in getMap()
/freebsd/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()