Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCalledOnceCheck.cpp649 const DeclContext *ParamContext = P->getDeclContext(); in findCapturesToTrack() local
650 if (shouldBeCalledOnce(ParamContext, P)) { in findCapturesToTrack()
1044 bool shouldBeCalledOnce(const DeclContext *ParamContext, in shouldBeCalledOnce() argument
1047 if (const auto *Function = dyn_cast<FunctionDecl>(ParamContext)) { in shouldBeCalledOnce()
1050 if (const auto *Method = dyn_cast<ObjCMethodDecl>(ParamContext)) { in shouldBeCalledOnce()