Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.h54 void checkCaptureByLifetime(Sema &SemaRef, const CapturingEntity &Entity,
H A DCheckExprLifetime.cpp1670 void checkCaptureByLifetime(Sema &SemaRef, const CapturingEntity &Entity, in checkCaptureByLifetime() function
H A DSemaChecking.cpp3506 checkCaptureByLifetime(*this, CE, Captured); in checkLifetimeCaptureBy()