Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h162 IDToNodeMap::const_iterator It = NodeMap.find(ID); in getNodeAs()
170 IDToNodeMap::const_iterator It = NodeMap.find(ID); in getNode()
187 using IDToNodeMap = std::map<std::string, ast_type_traits::DynTypedNode>; variable
189 const IDToNodeMap &getMap() const { in getMap()
204 IDToNodeMap NodeMap;
H A DASTMatchers.h116 using IDToNodeMap = internal::BoundNodesMap::IDToNodeMap; variable
119 const IDToNodeMap &getMap() const { in getMap()