Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h357 QualType CaptureType; variable
362 QualType CaptureType, Expr *Cpy) in Capture() argument
365 CaptureType(CaptureType){} in Capture()
369 QualType CaptureType, Expr *Cpy) in Capture() argument
371 EllipsisLoc(), CaptureType(CaptureType) { } in Capture()
394 QualType getCaptureType() const { return CaptureType; } in getCaptureType()
426 QualType CaptureType, Expr *Cpy) { in addCapture() argument
428 EllipsisLoc, CaptureType, Cpy)); in addCapture()
432 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
570 QualType CaptureType, Expr *Cpy) { in addThisCapture() argument
[all …]
DSema.h2951 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.cpp10791 QualType &CaptureType, in tryCaptureVariable() argument
10805 CaptureType = Var->getType(); in tryCaptureVariable()
10806 DeclRefType = CaptureType.getNonReferenceType(); in tryCaptureVariable()
10834 CaptureType = CSI->getCapture(Var).getCaptureType(); in tryCaptureVariable()
10837 DeclRefType = CaptureType.getNonReferenceType(); in tryCaptureVariable()
10932 if (CaptureType->isArrayType()) { in tryCaptureVariable()
10942 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) { in tryCaptureVariable()
10952 if (HasBlocksAttr || CaptureType->isReferenceType()) { in tryCaptureVariable()
10958 CaptureType = CaptureType.getNonReferenceType().withConst(); in tryCaptureVariable()
10959 DeclRefType = CaptureType; in tryCaptureVariable()
[all …]