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

/external/clang/unittests/AST/
H A DMatchVerifier.h131 BoundNodes::IDToNodeMap M = Result.Nodes.getMap();
132 BoundNodes::IDToNodeMap::const_iterator I = M.find("");
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h75 IDToNodeMap::const_iterator It = NodeMap.find(ID);
83 IDToNodeMap::const_iterator It = NodeMap.find(ID);
100 typedef std::map<std::string, ast_type_traits::DynTypedNode> IDToNodeMap; typedef in class:clang::ast_matchers::internal::BoundNodesMap
102 const IDToNodeMap &getMap() const {
107 IDToNodeMap NodeMap;
H A DASTMatchers.h92 typedef internal::BoundNodesMap::IDToNodeMap IDToNodeMap; typedef in class:clang::ast_matchers::BoundNodes
95 const IDToNodeMap &getMap() const {
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp685 const BoundNodes::IDToNodeMap &M = Nodes->getMap();
695 BoundNodes::IDToNodeMap::const_iterator I = M.find(Id);

Completed in 159 milliseconds