Home
last modified time | relevance | path

Searched refs:InitCaptureType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2676 ParsedType InitCaptureType; member
2682 ParsedType InitCaptureType, in LambdaCapture()
2685 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType), in LambdaCapture()
2704 ParsedType InitCaptureType, in addCapture()
2707 InitCaptureType, ExplicitRange)); in addCapture()
H A DSema.h6698 QualType InitCaptureType,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp859 QualType InitCaptureType, in createLambdaInitCaptureVarDecl() argument
865 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl()
874 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl()
1103 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition()
1107 !C->InitCaptureType.get()->getAs<PackExpansionType>()) in ActOnStartOfLambdaDefinition()
1124 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1130 ParsedType InitCaptureType; in ParseLambdaIntroducer() local
1140 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization( in ParseLambdaIntroducer()
1149 InitCaptureType, SourceRange(LocStart, LocEnd)); in ParseLambdaIntroducer()