Searched defs:CallRecord (Results 1 – 8 of 8) sorted by relevance
149 struct CallRecord { struct153 CallRecord() = default; argument155 CallRecord(CallGraphNode *Callee_, Expr *CallExpr_) in CallRecord() function
39 struct CallRecord { struct in __anond7a9b2540111::CastedAllocFinder40 ExprParent CastedExprParent;41 const Expr *CastedExpr;42 const TypeSourceInfo *ExplicitCastType;43 const CallExpr *AllocCall;45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() argument
38 struct CallRecord { struct in __anon7d99a6c20111::CastedAllocFinder39 ExprParent CastedExprParent;40 const Expr *CastedExpr;41 const TypeSourceInfo *ExplicitCastType;42 const CallExpr *AllocCall;44 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() function
107 static class CallRecord { class in TestPolymorphicWithDefaultImpl112 public CallRecord() {} in CallRecord() method in TestPolymorphicWithDefaultImpl.CallRecord
339 public static class CallRecord { class in ShadowTelecomManager344 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord() method in ShadowTelecomManager.CallRecord
135 typedef CallGraphNode* CallRecord; typedef
175 typedef std::pair<WeakVH, CallGraphNode *> CallRecord; typedef
730 [CGN](const CallGraphNode::CallRecord &CallRecord) { in runOnSCC()