Searched refs:shouldBlockArgumentBeCalledOnce (Results 1 – 1 of 1) sorted by relevance
1142 return shouldBlockArgumentBeCalledOnce(Call, Prev) ? Call : nullptr; in getBlockGuaraneedCallSite()1145 return shouldBlockArgumentBeCalledOnce(Message, Prev) ? Message in getBlockGuaraneedCallSite()1156 bool shouldBlockArgumentBeCalledOnce(const CallLikeExpr *CallOrMessage, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker1164 return shouldBlockArgumentBeCalledOnce(CallOrMessage, Argument.index()); in shouldBlockArgumentBeCalledOnce()1171 bool shouldBlockArgumentBeCalledOnce(const CallExpr *Call, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker1174 return shouldBlockArgumentBeCalledOnce(Function, ParamIndex) || in shouldBlockArgumentBeCalledOnce()1178 bool shouldBlockArgumentBeCalledOnce(const ObjCMessageExpr *Message, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker1185 static bool shouldBlockArgumentBeCalledOnce(const FunctionDecl *Function, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker