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