Searched refs:shouldBlockArgumentBeCalledOnce (Results 1 – 1 of 1) sorted by relevance
1143 return shouldBlockArgumentBeCalledOnce(Call, Prev) ? Call : nullptr; in getBlockGuaraneedCallSite()1146 return shouldBlockArgumentBeCalledOnce(Message, Prev) ? Message in getBlockGuaraneedCallSite()1157 bool shouldBlockArgumentBeCalledOnce(const CallLikeExpr *CallOrMessage, in shouldBlockArgumentBeCalledOnce() function in __anon2384fff10111::CalledOnceChecker1165 return shouldBlockArgumentBeCalledOnce(CallOrMessage, Argument.index()); in shouldBlockArgumentBeCalledOnce()1172 bool shouldBlockArgumentBeCalledOnce(const CallExpr *Call, in shouldBlockArgumentBeCalledOnce() function in __anon2384fff10111::CalledOnceChecker1175 return shouldBlockArgumentBeCalledOnce(Function, ParamIndex) || in shouldBlockArgumentBeCalledOnce()1179 bool shouldBlockArgumentBeCalledOnce(const ObjCMessageExpr *Message, in shouldBlockArgumentBeCalledOnce() function in __anon2384fff10111::CalledOnceChecker1186 static bool shouldBlockArgumentBeCalledOnce(const FunctionDecl *Function, in shouldBlockArgumentBeCalledOnce() function in __anon2384fff10111::CalledOnceChecker