Searched defs:AllocCall (Results 1 – 3 of 3) sorted by relevance
33 const auto AllocCall = callExpr(callee(decl(anyOf(AllocFunc, AllocFuncPtr)))); in registerMatchers() local
43 const CallExpr *AllocCall; member 61 TypeCallPair AllocCall = Visit(S); in VisitChild() local [all...]
760 ExprResult AllocCall = B->S.ActOnCallExpr( transformForValuePrinting() local