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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h56 QualType CaptureType, DeclRefType; local
60 CaptureType, DeclRefType,
H A DSema.h3166 /// \param DeclRefType Will be set to the type of a reference to the capture
3181 QualType &DeclRefType,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp11359 QualType &DeclRefType) {
11369 DeclRefType = CaptureType.getNonReferenceType();
11374 DeclRefType.addConst();
11465 QualType &DeclRefType,
11499 DeclRefType = CaptureType;
11502 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) {
11519 DeclRefType.withConst(),
11557 QualType &DeclRefType,
11564 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
11582 DeclRefType, VK_LValu
11356 isVariableAlreadyCapturedInScopeInfo(CapturingScopeInfo *CSI, VarDecl *Var, bool &SubCapturesAreNested, QualType &CaptureType, QualType &DeclRefType) argument
11461 captureInBlock(BlockScopeInfo *BSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool Nested, Sema &S) argument
11552 captureInCapturedRegion(CapturedRegionScopeInfo *RSI, VarDecl *Var, SourceLocation Loc, const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const bool RefersToEnclosingLocal, Sema &S) argument
11598 addAsFieldToClosureType(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToEnclosingLocal) argument
11720 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
11819 tryCaptureVariable(VarDecl *Var, SourceLocation ExprLoc, TryCaptureKind Kind, SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) argument
11964 QualType DeclRefType; local
11972 QualType DeclRefType; local
[all...]
H A DSemaLambda.cpp118 QualType CaptureType, DeclRefType; local
122 /*BuildAndDiagnose*/false, CaptureType, DeclRefType,
H A DSemaExprCXX.cpp5898 QualType CaptureType, DeclRefType; local
5903 DeclRefType, 0)) {
5909 DeclRefType, 0);

Completed in 264 milliseconds