Searched defs:CGBuilder (Results 1 – 1 of 1) sorted by relevance
46 class CGBuilder : public StmtVisitor<CGBuilder> { class 51 CGBuilder(CallGraph *g, CallGraphNode *N) : G(g), CallerNode(N) {} in CGBuilder() function in __anonee51ac0e0111::CGBuilder