Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h593 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 DByteCodeEmitter.cpp125 QualType CaptureType = R->getField(LTC)->Decl->getType(); in compileFunc() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18139 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 DSemaLambda.cpp208 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
H A DSemaExprCXX.cpp1400 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 DCGBlocks.cpp1816 Address Field, QualType CaptureType, in pushCaptureCleanup()