Searched refs:CaptureType (Results 1 - 9 of 9) 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.h394 QualType CaptureType; member in class:clang::sema::CapturingScopeInfo::Capture
399 QualType CaptureType, Expr *Cpy)
403 Loc(Loc), EllipsisLoc(EllipsisLoc), CaptureType(CaptureType) {}
407 QualType CaptureType, Expr *Cpy)
410 Loc(Loc), EllipsisLoc(), CaptureType(CaptureType) {}
443 QualType getCaptureType() const { return CaptureType; }
475 QualType CaptureType, Expr *Cpy) {
477 EllipsisLoc, CaptureType, Cp
397 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
406 Capture(IsThisCapture, bool IsNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
473 addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, Expr *Cpy) argument
807 addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, Expr *Cpy) argument
[all...]
H A DSemaInternal.h68 QualType CaptureType, DeclRefType; local
72 CaptureType, DeclRefType,
H A DSema.h3299 /// \param CaptureType Will be set to the type of the field used to capture
3317 QualType &CaptureType,
/external/clang/lib/Sema/
H A DSemaExpr.cpp11612 QualType &CaptureType,
11620 CaptureType = CSI->getCapture(Var).getCaptureType();
11623 DeclRefType = CaptureType.getNonReferenceType();
11718 QualType &CaptureType,
11726 if (CaptureType->isArrayType()) {
11736 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) {
11746 if (HasBlocksAttr || CaptureType->isReferenceType()) {
11752 CaptureType = CaptureType.getNonReferenceType().withConst();
11753 DeclRefType = CaptureType;
11610 isVariableAlreadyCapturedInScopeInfo(CapturingScopeInfo *CSI, VarDecl *Var, bool &SubCapturesAreNested, QualType &CaptureType, QualType &DeclRefType) argument
11715 captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool Nested, Sema &S) argument
11806 captureInCapturedRegion(CapturedRegionScopeInfo *RSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToEnclosingLocal, Sema &S) argument
11973 captureInLambda(LambdaScopeInfo *LSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToEnclosingLocal, const Sema::TryCaptureKind Kind, SourceLocation EllipsisLoc, const bool IsTopScope, Sema &S) argument
12081 tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument
12324 QualType CaptureType; local
12332 QualType CaptureType; local
[all...]
H A DSemaLambda.cpp199 QualType CaptureType, DeclRefType; local
205 /*BuildAndDiagnose*/ false, CaptureType,
H A DSemaExprCXX.cpp5886 QualType CaptureType, DeclRefType; local
5890 /*BuildAndDiagnose*/false, CaptureType,
5896 /*BuildAndDiagnose*/true, CaptureType,
H A DSemaDecl.cpp9834 QualType CaptureType = VD->getType(); local
9840 CaptureType, /*Expr*/ nullptr);

Completed in 166 milliseconds