Searched defs:CallRecord (Results 1 – 2 of 2) sorted by relevance
146 struct CallRecord { struct150 CallRecord() = default; argument152 CallRecord(CallGraphNode *Callee_, Expr *CallExpr_) in CallRecord() argument
37 struct CallRecord { struct in __anon7b2079cb0111::CastedAllocFinder38 ExprParent CastedExprParent;39 const Expr *CastedExpr;40 const TypeSourceInfo *ExplicitCastType;41 const CallExpr *AllocCall;43 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() function