Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1300 const auto *CtxMethod = llvm::dyn_cast<CXXMethodDecl>(Ctx); in canCxxMethodBeCalled() local
1301 if (CtxMethod && !CtxMethod->getParent()->isLambda()) { in canCxxMethodBeCalled()
1302 return CtxMethod->getParent(); in canCxxMethodBeCalled()