Home
last modified time | relevance | path

Searched refs:CaptureType (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h411 QualType CaptureType; variable
416 QualType CaptureType, Expr *Cpy) in Capture() argument
420 Loc(Loc), EllipsisLoc(EllipsisLoc), CaptureType(CaptureType) {} in Capture()
424 QualType CaptureType, Expr *Cpy) in Capture() argument
427 Loc(Loc), EllipsisLoc(), CaptureType(CaptureType) {} in Capture()
465 QualType getCaptureType() const { return CaptureType; } in getCaptureType()
498 QualType CaptureType, Expr *Cpy) { in addCapture() argument
500 EllipsisLoc, CaptureType, Cpy)); in addCapture()
504 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture() argument
507 /*EllipsisLoc*/ SourceLocation(), CaptureType, in addVLATypeCapture()
[all …]
DSemaInternal.h69 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
73 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
DSema.h3393 QualType &CaptureType,
/external/easymock/src/org/easymock/
DCapture.java33 private CaptureType type;
41 this(CaptureType.LAST); in Capture()
50 public Capture(CaptureType type) { in Capture()
DCaptureType.java23 public enum CaptureType { enum
/external/clang/lib/Sema/
DSemaExpr.cpp12302 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() argument
12310 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
12313 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
12405 QualType &CaptureType, in captureInBlock() argument
12413 if (CaptureType->isArrayType()) { in captureInBlock()
12423 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) { in captureInBlock()
12433 if (HasBlocksAttr || CaptureType->isReferenceType()) { in captureInBlock()
12439 CaptureType = CaptureType.getNonReferenceType().withConst(); in captureInBlock()
12440 DeclRefType = CaptureType; in captureInBlock()
12466 CaptureType, false), in captureInBlock()
[all …]
DSemaLambda.cpp199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
205 /*BuildAndDiagnose*/ false, CaptureType, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp6023 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
6027 /*BuildAndDiagnose*/false, CaptureType, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6033 /*BuildAndDiagnose*/true, CaptureType, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DSemaDecl.cpp10325 QualType CaptureType = VD->getType(); in RebuildLambdaScopeInfo() local
10331 CaptureType, /*Expr*/ nullptr); in RebuildLambdaScopeInfo()