Home
last modified time | relevance | path

Searched defs:CallGraphNode (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DCallGraph.h27 class CallGraphNode; variable
35 friend class CallGraphNode; variable
145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DCallGraph.h67 class CallGraphNode; variable
199 inline CallGraphNode(Function *f) : F(f), NumReferences(0) {} in CallGraphNode() function
DCallGraphSCCPass.h29 class CallGraphNode; variable