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() 733 QualType CaptureType, bool Invalid) { in addCapture() 740 QualType CaptureType) { in addVLATypeCapture() 1095 QualType CaptureType, in addThisCapture()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 125 QualType CaptureType = R->getField(LTC)->Decl->getType(); in compileFunc() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 18139 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 18244 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() 18375 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() 18443 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() 18483 QualType &CaptureType, QualType &DeclRefType, in captureInLambda() 18687 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable() 18986 QualType CaptureType; in tryCaptureVariable() local 18994 QualType CaptureType; in NeedToCaptureVariable() local 19002 QualType CaptureType; in getCapturedDeclRefType() local 19640 QualType CaptureType, DeclRefType; in DoMarkBindingDeclReferenced() local
|
H A D | SemaLambda.cpp | 208 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
H A D | SemaExprCXX.cpp | 1400 QualType CaptureType = ByCopy ? ThisTy->getPointeeType() : ThisTy; in CheckCXXThisCapture() local 8611 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1816 Address Field, QualType CaptureType, in pushCaptureCleanup()
|