Searched defs:CallGraphNode (Results 1 – 5 of 5) sorted by relevance
27 class CallGraphNode; variable35 friend class CallGraphNode; variable145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
67 class CallGraphNode; variable198 inline CallGraphNode(Function *f) : F(f), NumReferences(0) {} in CallGraphNode() function
29 class CallGraphNode; variable
69 class CallGraphNode; variable181 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
30 class CallGraphNode; variable