Searched defs:FunctionMapTy (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/include/llvm/Analysis/
H A DCallGraph.h78 typedef std::map<const Function *, CallGraphNode *> FunctionMapTy; typedef in class:llvm::CallGraph
81 FunctionMapTy FunctionMap;
113 typedef FunctionMapTy::iterator iterator;
114 typedef FunctionMapTy::const_iterator const_iterator;
/external/clang/include/clang/Analysis/
H A DCallGraph.h37 typedef llvm::DenseMap<const Decl *, CallGraphNode *> FunctionMapTy; typedef in class:clang::CallGraph
40 FunctionMapTy FunctionMap;
69 typedef FunctionMapTy::iterator iterator;
70 typedef FunctionMapTy::const_iterator const_iterator;

Completed in 91 milliseconds