Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.h31 struct CapturingEntity { struct
54 void checkCaptureByLifetime(Sema &SemaRef, const CapturingEntity &Entity, argument
H A DCheckExprLifetime.cpp1298 const CapturingEntity *CapEntity, Expr *Init) { in checkExprLifetimeImpl()
1670 void checkCaptureByLifetime(Sema &SemaRef, const CapturingEntity &Entity, in checkCaptureByLifetime()
H A DSemaChecking.cpp3504 CapturingEntity CE{Capturing}; in checkLifetimeCaptureBy()