Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h2558 ParsedType InitCaptureType; member
2564 ParsedType InitCaptureType, in LambdaCapture()
2567 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType), in LambdaCapture()
2586 ParsedType InitCaptureType, in addCapture()
2589 InitCaptureType, ExplicitRange)); in addCapture()
H A DSema.h5606 QualType InitCaptureType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp796 QualType InitCaptureType, in createLambdaInitCaptureVarDecl() argument
799 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl()
806 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl()
1026 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition()
1043 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp973 ParsedType InitCaptureType; in ParseLambdaIntroducer() local
982 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization( in ParseLambdaIntroducer()
990 InitCaptureType, SourceRange(LocStart, LocEnd)); in ParseLambdaIntroducer()