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()
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 DByteCodeEmitter.cpp53 QualType CaptureType = R->getField(LTC)->Decl->getType(); in compileFunc() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18582 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 DSemaLambda.cpp209 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
H A DSemaExprCXX.cpp1382 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 DCGBlocks.cpp1863 Address Field, QualType CaptureType, in pushCaptureCleanup()