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 145 BoundNodes::IDToNodeMap M = Result.Nodes.getMap();
146 BoundNodes::IDToNodeMap::const_iterator I = M.find("");
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 79 IDToNodeMap::const_iterator It = NodeMap.find(ID);
87 IDToNodeMap::const_iterator It = NodeMap.find(ID);
104 typedef std::map<std::string, ast_type_traits::DynTypedNode> IDToNodeMap;
106 const IDToNodeMap &getMap() const {
121 IDToNodeMap NodeMap;
    [all...]
ASTMatchers.h 94 typedef internal::BoundNodesMap::IDToNodeMap IDToNodeMap;
97 const IDToNodeMap &getMap() const {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 769 const BoundNodes::IDToNodeMap &M = Nodes->getMap();
779 BoundNodes::IDToNodeMap::const_iterator I = M.find(Id);
    [all...]

Completed in 215 milliseconds