Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp664 else if (const auto *CaptureAttr = in visitFunctionCallArguments() local
666 CaptureAttr && isa<CXXConstructorDecl>(CanonCallee) && in visitFunctionCallArguments()
667 llvm::any_of(CaptureAttr->params(), [](int ArgIdx) { in visitFunctionCallArguments()