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