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

/external/easymock/src/org/easymock/
H A DCaptureType.java23 public enum CaptureType { enum
/external/clang/include/clang/Sema/
H A DSemaInternal.h82 QualType CaptureType, DeclRefType; local
86 CaptureType, DeclRefType,
H A DScopeInfo.h448 QualType CaptureType; member in class:clang::sema::CapturingScopeInfo::Capture
453 QualType CaptureType, Expr *Cpy)
458 Loc(Loc), EllipsisLoc(EllipsisLoc), CaptureType(CaptureType) {}
462 QualType CaptureType, Expr *Cpy, const bool ByCopy)
466 Loc(Loc), EllipsisLoc(), CaptureType(CaptureType) {}
506 return CaptureType;
540 QualType CaptureType, Expr *Cpy) {
542 EllipsisLoc, CaptureType, Cp
451 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
461 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy, const bool ByCopy) argument
538 addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
546 addVLATypeCapture(SourceLocation Loc, QualType CaptureType) argument
[all...]
/external/clang/lib/Sema/
H A DSemaLambda.cpp199 QualType CaptureType, DeclRefType; local
205 /*BuildAndDiagnose*/ false, CaptureType,
H A DSemaExprCXX.cpp6643 QualType CaptureType, DeclRefType; local
6647 /*BuildAndDiagnose*/false, CaptureType,
6653 /*BuildAndDiagnose*/true, CaptureType,
H A DSemaDecl.cpp11213 QualType CaptureType = VD->getType(); local
11219 CaptureType, /*Expr*/ nullptr);
H A DSemaExpr.cpp13182 QualType &CaptureType,
13190 CaptureType = CSI->getCapture(Var).getCaptureType();
13193 DeclRefType = CaptureType.getNonReferenceType();
13290 QualType &CaptureType,
13298 if (CaptureType->isArrayType()) {
13308 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) {
13318 if (HasBlocksAttr || CaptureType->isReferenceType() ||
13325 CaptureType = CaptureType.getNonReferenceType().withConst();
13326 DeclRefType = CaptureType;
13180 isVariableAlreadyCapturedInScopeInfo(CapturingScopeInfo *CSI, VarDecl *Var, bool &SubCapturesAreNested, QualType &CaptureType, QualType &DeclRefType) argument
13287 captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool Nested, Sema &S) argument
13379 captureInCapturedRegion(CapturedRegionScopeInfo *RSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToCapturedVariable, Sema &S) argument
13450 captureInLambda(LambdaScopeInfo *LSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToCapturedVariable, const Sema::TryCaptureKind Kind, SourceLocation EllipsisLoc, const bool IsTopScope, Sema &S) argument
13552 tryCaptureVariable( VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument
13746 QualType CaptureType; local
13754 QualType CaptureType; local
13762 QualType CaptureType; local
[all...]

Completed in 234 milliseconds