Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h179 QualType CaptureType; variable
184 QualType CaptureType, Expr *Cpy) in Capture() argument
187 CaptureType(CaptureType){} in Capture()
191 QualType CaptureType, Expr *Cpy) in Capture() argument
193 EllipsisLoc(), CaptureType(CaptureType) { } in Capture()
216 QualType getCaptureType() const { return CaptureType; } in getCaptureType()
248 QualType CaptureType, Expr *Cpy) { in addCapture() argument
250 EllipsisLoc, CaptureType, Cpy)); in addCapture()
254 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, in addThisCapture() argument
256 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
DSema.h2526 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.cpp10013 QualType &CaptureType, in tryCaptureVariable() argument
10027 CaptureType = Var->getType(); in tryCaptureVariable()
10028 DeclRefType = CaptureType.getNonReferenceType(); in tryCaptureVariable()
10056 CaptureType = CSI->getCapture(Var).getCaptureType(); in tryCaptureVariable()
10059 DeclRefType = CaptureType.getNonReferenceType(); in tryCaptureVariable()
10139 if (CaptureType->isArrayType()) { in tryCaptureVariable()
10149 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) { in tryCaptureVariable()
10159 if (HasBlocksAttr || CaptureType->isReferenceType()) { in tryCaptureVariable()
10165 CaptureType = CaptureType.getNonReferenceType().withConst(); in tryCaptureVariable()
10166 DeclRefType = CaptureType; in tryCaptureVariable()
[all …]