Searched refs:shouldBlockArgumentBeCalledOnce (Results 1 – 1 of 1) sorted by relevance
1144 return shouldBlockArgumentBeCalledOnce(Call, Prev) ? Call : nullptr; in getBlockGuaraneedCallSite()1147 return shouldBlockArgumentBeCalledOnce(Message, Prev) ? Message in getBlockGuaraneedCallSite()1158 bool shouldBlockArgumentBeCalledOnce(const CallLikeExpr *CallOrMessage, in shouldBlockArgumentBeCalledOnce() function in __anon78fe7f2a0111::CalledOnceChecker1166 return shouldBlockArgumentBeCalledOnce(CallOrMessage, Argument.index()); in shouldBlockArgumentBeCalledOnce()1173 bool shouldBlockArgumentBeCalledOnce(const CallExpr *Call, in shouldBlockArgumentBeCalledOnce() function in __anon78fe7f2a0111::CalledOnceChecker1176 return shouldBlockArgumentBeCalledOnce(Function, ParamIndex) || in shouldBlockArgumentBeCalledOnce()1180 bool shouldBlockArgumentBeCalledOnce(const ObjCMessageExpr *Message, in shouldBlockArgumentBeCalledOnce() function in __anon78fe7f2a0111::CalledOnceChecker1187 static bool shouldBlockArgumentBeCalledOnce(const FunctionDecl *Function, in shouldBlockArgumentBeCalledOnce() function in __anon78fe7f2a0111::CalledOnceChecker