Searched defs:CallGraphNode (Results 1 – 3 of 3) sorted by relevance
33 class CallGraphNode; variable44 friend class CallGraphNode; variable168 CallGraphNode(Decl *D) : FD(D) {} in CallGraphNode() function
62 class CallGraphNode; variable180 inline CallGraphNode(CallGraph *CG, Function *F) : CG(CG), F(F) {} in CallGraphNode() function
31 class CallGraphNode; variable