Home
last modified time | relevance | path

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

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