Searched defs:CaptureType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 593 QualType CaptureType; variable 625 SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, in Capture() 636 QualType CaptureType, const bool ByCopy, bool Invalid) in Capture() 644 SourceLocation Loc, QualType CaptureType) in Capture() 739 QualType CaptureType, bool Invalid) { in addCapture() 746 QualType CaptureType) { in addVLATypeCapture() 1098 QualType CaptureType, in addThisCapture()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | ByteCodeEmitter.cpp | 53 QualType CaptureType = R->getField(LTC)->Decl->getType(); in compileFunc() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 18582 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 18686 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() 18821 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() 18889 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() 18929 QualType &CaptureType, QualType &DeclRefType, in captureInLambda() 19138 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable() 19447 QualType CaptureType; in tryCaptureVariable() local 19455 QualType CaptureType; in NeedToCaptureVariable() local 19465 QualType CaptureType; in getCapturedDeclRefType() local 20126 QualType CaptureType, DeclRefType; in DoMarkBindingDeclReferenced() local
|
| H A D | SemaLambda.cpp | 209 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
| H A D | SemaExprCXX.cpp | 1382 QualType CaptureType = ByCopy ? ThisTy->getPointeeType() : ThisTy; in CheckCXXThisCapture() local 7633 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1863 Address Field, QualType CaptureType, in pushCaptureCleanup()
|