Searched refs:CtxMethod (Results 1 – 1 of 1) sorted by relevance
1301 const auto *CtxMethod = llvm::dyn_cast<CXXMethodDecl>(Ctx); in canCxxMethodBeCalled() local1302 if (CtxMethod && !CtxMethod->getParent()->isLambda()) { in canCxxMethodBeCalled()1303 return CtxMethod->getParent(); in canCxxMethodBeCalled()