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

/external/easymock/src/org/easymock/
H A DCaptureType.java23 public enum CaptureType { enum
H A DCapture.java33 private CaptureType type;
41 this(CaptureType.LAST);
50 public Capture(CaptureType type) {
/external/clang/include/clang/Sema/
H A DScopeInfo.h189 QualType CaptureType; member in class:clang::sema::CapturingScopeInfo::Capture
194 QualType CaptureType, Expr *Cpy)
197 CaptureType(CaptureType){}
201 QualType CaptureType, Expr *Cpy)
203 EllipsisLoc(), CaptureType(CaptureType) { }
226 QualType getCaptureType() const { return CaptureType; }
258 QualType CaptureType, Expr *Cpy) {
260 EllipsisLoc, CaptureType, Cp
192 Capture(VarDecl *Var, bool block, bool byRef, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
200 Capture(IsThisCapture, bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
256 addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
264 addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
[all...]
H A DSema.h2747 /// \param CaptureType Will be set to the type of the field used to capture
2759 QualType &CaptureType,
/external/clang/lib/Sema/
H A DSemaExpr.cpp10501 QualType &CaptureType,
10515 CaptureType = Var->getType();
10516 DeclRefType = CaptureType.getNonReferenceType();
10544 CaptureType = CSI->getCapture(Var).getCaptureType();
10547 DeclRefType = CaptureType.getNonReferenceType();
10627 if (CaptureType->isArrayType()) {
10637 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) {
10647 if (HasBlocksAttr || CaptureType->isReferenceType()) {
10653 CaptureType = CaptureType
10498 tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType) argument
10787 QualType CaptureType; local
10795 QualType CaptureType; local
[all...]

Completed in 84 milliseconds