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

/external/clang/include/clang/Sema/
H A DSemaInternal.h68 QualType CaptureType, DeclRefType; local
72 CaptureType, DeclRefType,
H A DSema.h3303 /// \param DeclRefType Will be set to the type of a reference to the capture
3318 QualType &DeclRefType,
/external/clang/lib/Sema/
H A DSemaExpr.cpp11613 QualType &DeclRefType) {
11623 DeclRefType = CaptureType.getNonReferenceType();
11628 DeclRefType.addConst();
11719 QualType &DeclRefType,
11753 DeclRefType = CaptureType;
11756 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) {
11773 DeclRefType.withConst(),
11811 QualType &DeclRefType,
11818 CaptureType = S.Context.getLValueReferenceType(DeclRefType);
11835 DeclRefType, VK_LValu
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
11851 addAsFieldToClosureType(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToEnclosingLocal) 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
12325 QualType DeclRefType; local
12333 QualType DeclRefType; local
[all...]
H A DSemaLambda.cpp199 QualType CaptureType, DeclRefType; local
206 DeclRefType, &IndexOfCaptureReadyLambda);
H A DSemaExprCXX.cpp5886 QualType CaptureType, DeclRefType; local
5891 DeclRefType, nullptr)) {
5897 DeclRefType, nullptr);

Completed in 195 milliseconds