HomeSort by relevance Sort by last modified time
    Searched refs:IDToNodeMap (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/AST/
MatchVerifier.h 164 BoundNodes::IDToNodeMap M = Result.Nodes.getMap();
165 BoundNodes::IDToNodeMap::const_iterator I = M.find("");
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 326 const BoundNodes::IDToNodeMap &M = Nodes->getMap();
336 BoundNodes::IDToNodeMap::const_iterator I = M.find(Id);
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 136 IDToNodeMap::const_iterator It = NodeMap.find(ID);
144 IDToNodeMap::const_iterator It = NodeMap.find(ID);
161 typedef std::map<std::string, ast_type_traits::DynTypedNode> IDToNodeMap;
163 const IDToNodeMap &getMap() const {
178 IDToNodeMap NodeMap;
    [all...]
ASTMatchers.h 94 typedef internal::BoundNodesMap::IDToNodeMap IDToNodeMap;
97 const IDToNodeMap &getMap() const {
    [all...]

Completed in 488 milliseconds