Searched refs:shouldBeCalledOnce (Results 1 – 1 of 1) sorted by relevance
650 if (shouldBeCalledOnce(ParamContext, P)) { in findCapturesToTrack()660 if (shouldBeCalledOnce(Function, Index)) { in findParamsToTrack()1048 return shouldBeCalledOnce(Function, ParamIndex); in shouldBeCalledOnce()1051 return shouldBeCalledOnce(Method, ParamIndex); in shouldBeCalledOnce()1053 return shouldBeCalledOnce(Param); in shouldBeCalledOnce()1060 bool shouldBeCalledOnce(const FunctionDecl *Function, in shouldBeCalledOnce() function in __anon2223d6250111::CalledOnceChecker1076 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, in shouldBeCalledOnce() function in __anon2223d6250111::CalledOnceChecker1089 return shouldBeCalledOnce(Parameter) || in shouldBeCalledOnce()1104 shouldBeCalledOnce(Method, ParamIndex); in shouldBeCalledOnce()1176 shouldBeCalledOnce(Call, ParamIndex); in shouldBlockArgumentBeCalledOnce()[all …]