Searched refs:AllocCall (Results 1 – 2 of 2) sorted by relevance
42 const CallExpr *AllocCall; member46 const CallExpr *AllocCall) in CallRecord()48 ExplicitCastType(ExplicitCastType), AllocCall(AllocCall) {} in CallRecord()60 TypeCallPair AllocCall = Visit(S); in VisitChild() local61 if (AllocCall.second && AllocCall.second != S) in VisitChild()62 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first, in VisitChild()63 AllocCall.second)); in VisitChild()194 for (CallExpr::const_arg_iterator ai = i->AllocCall->arg_begin(), in checkASTCodeBody()195 ae = i->AllocCall->arg_end(); ai != ae; ++ai) { in checkASTCodeBody()226 const FunctionDecl *Callee = i->AllocCall->getDirectCallee(); in checkASTCodeBody()[all …]
35 const auto AllocCall = callExpr(callee(decl(anyOf(AllocFunc, AllocFuncPtr)))); in registerMatchers() local40 hasLHS(anyOf(AllocCall, castExpr(hasSourceExpression(AllocCall)))), in registerMatchers()