Searched refs:CGNDeref (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCallGraph.h191 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
194 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
196 static clang::CallGraphNode *CGNDeref(CallRecordTy P) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h320 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
323 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
326 static CallGraphNode *CGNDeref(CGNPairTy P) { function in struct:GraphTraits

Completed in 1513 milliseconds