Searched refs:ParamContext (Results 1 – 1 of 1) sorted by relevance
649 const DeclContext *ParamContext = P->getDeclContext(); in findCapturesToTrack() local650 if (shouldBeCalledOnce(ParamContext, P)) { in findCapturesToTrack()1045 bool shouldBeCalledOnce(const DeclContext *ParamContext, in shouldBeCalledOnce() argument1048 if (const auto *Function = dyn_cast<FunctionDecl>(ParamContext)) { in shouldBeCalledOnce()1051 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { in shouldBeCalledOnce()