Home
last modified time | relevance | path

Searched refs:ParamContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp649 const DeclContext *ParamContext = P->getDeclContext(); in findCapturesToTrack() local
650 if (shouldBeCalledOnce(ParamContext, P)) { in findCapturesToTrack()
1045 bool shouldBeCalledOnce(const DeclContext *ParamContext, in shouldBeCalledOnce() argument
1048 if (const auto *Function = dyn_cast<FunctionDecl>(ParamContext)) { in shouldBeCalledOnce()
1051 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { in shouldBeCalledOnce()