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

  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 22 for (IDToNodeMap::const_iterator It = NodeMap.begin();
23 It != NodeMap.end();
30 for (IDToNodeMap::const_iterator I = NodeMap.begin(),
31 E = NodeMap.end();
33 Other->NodeMap[I->first] = I->second;
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 72 NodeMap[ID] = ast_type_traits::DynTypedNode::create(*Node);
75 NodeMap[ID] = Node;
84 IDToNodeMap::const_iterator It = NodeMap.find(ID);
85 if (It == NodeMap.end()) {
101 IDToNodeMap NodeMap;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 86 DenseMap<const Value*, SDValue> NodeMap;
390 SDValue &N = NodeMap[V];
SelectionDAGBuilder.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 359 typedef llvm::DenseMap<const ExplodedNode*, ExplodedNode*> NodeMap;

Completed in 95 milliseconds