Searched defs:CaptureType (Results 1 - 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/
H A DCaptureType.java23 public enum CaptureType { enum
/external/clang/include/clang/Sema/
H A DScopeInfo.h179 QualType CaptureType; member in class:clang::sema::CapturingScopeInfo::Capture
184 QualType CaptureType, Expr *Cpy)
187 CaptureType(CaptureType){}
191 QualType CaptureType, Expr *Cpy)
193 EllipsisLoc(), CaptureType(CaptureType) { }
216 QualType getCaptureType() const { return CaptureType; }
248 QualType CaptureType, Expr *Cpy) {
250 EllipsisLoc, CaptureType, Cp
182 Capture(VarDecl *Var, bool block, bool byRef, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
190 Capture(IsThisCapture, bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
246 addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
254 addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp10013 QualType &CaptureType,
10027 CaptureType = Var->getType();
10028 DeclRefType = CaptureType.getNonReferenceType();
10056 CaptureType = CSI->getCapture(Var).getCaptureType();
10059 DeclRefType = CaptureType.getNonReferenceType();
10139 if (CaptureType->isArrayType()) {
10149 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) {
10159 if (HasBlocksAttr || CaptureType->isReferenceType()) {
10165 CaptureType = CaptureType
10010 tryCaptureVariable(VarDecl *Var, SourceLocation Loc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType) argument
10298 QualType CaptureType; local
10306 QualType CaptureType; local
[all...]

Completed in 79 milliseconds