Searched defs:CaptureType (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 395 QualType CaptureType; variable 400 QualType CaptureType, Expr *Cpy) in Capture() 408 QualType CaptureType, Expr *Cpy) in Capture() 482 QualType CaptureType, Expr *Cpy) { in addCapture() 488 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture() 825 QualType CaptureType, Expr *Cpy) { in addThisCapture()
|
H A D | SemaInternal.h | 69 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
H A D | SemaExpr.cpp | 11797 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() 11900 QualType &CaptureType, in captureInBlock() 11992 QualType &CaptureType, in captureInCapturedRegion() 12159 QualType &CaptureType, in captureInLambda() 12265 QualType &CaptureType, in tryCaptureVariable() 12542 QualType CaptureType; in tryCaptureVariable() local 12550 QualType CaptureType; in NeedToCaptureVariable() local 12558 QualType CaptureType; in getCapturedDeclRefType() local
|
H A D | SemaExprCXX.cpp | 5947 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|
H A D | SemaDecl.cpp | 10201 QualType CaptureType = VD->getType(); in RebuildLambdaScopeInfo() local
|