Home
last modified time | relevance | path

Searched defs:CaptureType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h555 QualType CaptureType; variable
581 SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, in Capture()
591 QualType CaptureType, const bool ByCopy, bool Invalid) in Capture()
599 SourceLocation Loc, QualType CaptureType) in Capture()
688 QualType CaptureType, bool Invalid) { in addCapture()
695 QualType CaptureType) { in addVLATypeCapture()
1045 QualType CaptureType, in addThisCapture()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
H A DSemaExpr.cpp17300 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
17399 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo()
17509 QualType &CaptureType, in captureInBlock()
17580 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion()
17622 QualType &CaptureType, in captureInLambda()
17820 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable()
18059 QualType CaptureType; in tryCaptureVariable() local
18067 QualType CaptureType; in NeedToCaptureVariable() local
18075 QualType CaptureType; in getCapturedDeclRefType() local
H A DSemaExprCXX.cpp1360 QualType CaptureType = ThisTy; in CheckCXXThisCapture() local
8035 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1855 Address Field, QualType CaptureType, in pushCaptureCleanup()