Searched defs:CaptureType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 582 QualType CaptureType; variable 608 SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, in Capture() 619 QualType CaptureType, const bool ByCopy, bool Invalid) in Capture() 627 SourceLocation Loc, QualType CaptureType) in Capture() 716 QualType CaptureType, bool Invalid) { in addCapture() 723 QualType CaptureType) { in addVLATypeCapture() 1078 QualType CaptureType, in addThisCapture()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 19158 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 19258 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() 19389 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() 19457 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() 19497 QualType &CaptureType, QualType &DeclRefType, in captureInLambda() 19711 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable() 19990 QualType CaptureType; in tryCaptureVariable() local 19998 QualType CaptureType; in NeedToCaptureVariable() local 20006 QualType CaptureType; in getCapturedDeclRefType() local 20645 QualType CaptureType, DeclRefType; in DoMarkBindingDeclReferenced() local
|
| H A D | SemaLambda.cpp | 205 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
| H A D | SemaExprCXX.cpp | 1403 QualType CaptureType = ByCopy ? ThisTy->getPointeeType() : ThisTy; in CheckCXXThisCapture() local 8376 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1801 Address Field, QualType CaptureType, in pushCaptureCleanup()
|