Searched refs:InitCaptureType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2719 ParsedType InitCaptureType; member 2725 ParsedType InitCaptureType, in LambdaCapture() 2728 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType), in LambdaCapture() 2747 ParsedType InitCaptureType, in addCapture() 2750 InitCaptureType, ExplicitRange)); in addCapture()
|
| H A D | Sema.h | 6987 QualType InitCaptureType,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 857 QualType InitCaptureType, in createLambdaInitCaptureVarDecl() argument 863 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl() 872 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl() 1102 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition() 1106 !C->InitCaptureType.get()->getAs<PackExpansionType>()) in ActOnStartOfLambdaDefinition() 1123 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1130 ParsedType InitCaptureType; in ParseLambdaIntroducer() local 1140 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization( in ParseLambdaIntroducer() 1149 InitCaptureType, SourceRange(LocStart, LocEnd)); in ParseLambdaIntroducer()
|