Searched defs:CaptureType (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | ScopeInfo.h | 411 QualType CaptureType; variable 416 QualType CaptureType, Expr *Cpy) in Capture() 424 QualType CaptureType, Expr *Cpy) in Capture() 498 QualType CaptureType, Expr *Cpy) { in addCapture() 504 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture() 834 QualType CaptureType, Expr *Cpy) { in addThisCapture()
|
| HD | SemaInternal.h | 81 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaLambda.cpp | 199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
| HD | SemaExpr.cpp | 12408 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() 12511 QualType &CaptureType, in captureInBlock() 12603 QualType &CaptureType, in captureInCapturedRegion() 12667 QualType &CaptureType, in captureInLambda() 12767 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable() 13064 QualType CaptureType; in tryCaptureVariable() local 13072 QualType CaptureType; in NeedToCaptureVariable() local 13080 QualType CaptureType; in getCapturedDeclRefType() local
|
| HD | SemaExprCXX.cpp | 6286 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|
| HD | SemaDecl.cpp | 10509 QualType CaptureType = VD->getType(); in RebuildLambdaScopeInfo() local
|