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 78 IDToNodeMap::const_iterator It = NodeMap.find(ID);
86 IDToNodeMap::const_iterator It = NodeMap.find(ID);
103 typedef std::map<std::string, ast_type_traits::DynTypedNode> IDToNodeMap;
105 const IDToNodeMap &getMap() const {
120 IDToNodeMap NodeMap;
    [all...]
ASTMatchers.h 94 typedef internal::BoundNodesMap::IDToNodeMap IDToNodeMap;
97 const IDToNodeMap &getMap() const {
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 756 const BoundNodes::IDToNodeMap &M = Nodes->getMap();
766 BoundNodes::IDToNodeMap::const_iterator I = M.find(Id);
    [all...]

Completed in 116 milliseconds