Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h533 QualType CaptureType; variable
546 QualType CaptureType, Expr *Cpy) in Capture()
555 QualType CaptureType, Expr *Cpy, const bool ByCopy) in Capture()
654 QualType CaptureType, Expr *Cpy) { in addCapture()
660 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture()
H A DSemaInternal.h83 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
H A DSemaExpr.cpp14847 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo()
14962 QualType &CaptureType, in captureInBlock()
15089 QualType &CaptureType, in captureInCapturedRegion()
15182 QualType &CaptureType, in captureInLambda()
15282 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable()
15479 QualType CaptureType; in tryCaptureVariable() local
15487 QualType CaptureType; in NeedToCaptureVariable() local
15495 QualType CaptureType; in getCapturedDeclRefType() local
H A DSemaExprCXX.cpp7467 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
H A DSemaDecl.cpp12831 QualType CaptureType = VD->getType(); in RebuildLambdaScopeInfo() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1939 Address Field, QualType CaptureType, in pushCaptureCleanup()