Searched defs:DeclRefType (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DSemaInternal.h82 QualType CaptureType, DeclRefType; local
86 CaptureType, DeclRefType,
/external/clang/lib/Sema/
H A DSemaLambda.cpp199 QualType CaptureType, DeclRefType; local
206 DeclRefType, &IndexOfCaptureReadyLambda);
H A DSemaExprCXX.cpp6643 QualType CaptureType, DeclRefType; local
6648 DeclRefType, nullptr)) {
6654 DeclRefType, nullptr);
H A DSemaExpr.cpp13183 QualType &DeclRefType) {
13193 DeclRefType = CaptureType.getNonReferenceType();
13203 DeclRefType.addConst();
13291 QualType &DeclRefType,
13326 DeclRefType = CaptureType;
13329 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) {
13346 DeclRefType.withConst(),
13384 QualType &DeclRefType,
13392 DeclRefType = DeclRefType
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
13433 addAsFieldToClosureType(Sema &S, LambdaScopeInfo *LSI, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToCapturedVariable) 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
13747 QualType DeclRefType; local
13755 QualType DeclRefType; local
13763 QualType DeclRefType; local
[all...]

Completed in 194 milliseconds