Searched defs:CallGraphNode (Results 1 – 3 of 3) sorted by relevance
27 class CallGraphNode; variable35 friend class CallGraphNode; variable145 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
68 class CallGraphNode; variable180 inline CallGraphNode(Function *F) : F(F), NumReferences(0) {} in CallGraphNode() function
29 class CallGraphNode; variable