Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h448 QualType CaptureType; variable
453 QualType CaptureType, Expr *Cpy) in Capture() argument
458 Loc(Loc), EllipsisLoc(EllipsisLoc), CaptureType(CaptureType) {} in Capture()
462 QualType CaptureType, Expr *Cpy, const bool ByCopy) in Capture() argument
466 Loc(Loc), EllipsisLoc(), CaptureType(CaptureType) {} in Capture()
506 return CaptureType; in getCaptureType()
540 QualType CaptureType, Expr *Cpy) { in addCapture() argument
542 EllipsisLoc, CaptureType, Cpy)); in addCapture()
546 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture() argument
549 /*EllipsisLoc*/ SourceLocation(), CaptureType, in addVLATypeCapture()
DSemaInternal.h82 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
86 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
DSema.h3725 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.cpp13182 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() argument
13190 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
13193 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
13290 QualType &CaptureType, in captureInBlock() argument
13298 if (CaptureType->isArrayType()) { in captureInBlock()
13308 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) { in captureInBlock()
13318 if (HasBlocksAttr || CaptureType->isReferenceType() || in captureInBlock()
13325 CaptureType = CaptureType.getNonReferenceType().withConst(); in captureInBlock()
13326 DeclRefType = CaptureType; in captureInBlock()
13352 CaptureType, false), in captureInBlock()
[all …]
DSemaLambda.cpp199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
205 /*BuildAndDiagnose*/ false, CaptureType, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp6643 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
6647 /*BuildAndDiagnose*/false, CaptureType, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6653 /*BuildAndDiagnose*/true, CaptureType, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
DSemaDecl.cpp11213 QualType CaptureType = VD->getType(); in RebuildLambdaScopeInfo() local
11219 CaptureType, /*Expr*/ nullptr); in RebuildLambdaScopeInfo()