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 131 BoundNodes::IDToNodeMap M = Result.Nodes.getMap();
132 BoundNodes::IDToNodeMap::const_iterator I = M.find("");
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 75 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;
102 const IDToNodeMap &getMap() const {
107 IDToNodeMap NodeMap;
    [all...]
ASTMatchers.h 92 typedef internal::BoundNodesMap::IDToNodeMap IDToNodeMap;
95 const IDToNodeMap &getMap() const {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 685 const BoundNodes::IDToNodeMap &M = Nodes->getMap();
695 BoundNodes::IDToNodeMap::const_iterator I = M.find(Id);
    [all...]

Completed in 6377 milliseconds