Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h2225 ParsedType InitCaptureType; member
2228 ExprResult Init, ParsedType InitCaptureType) in LambdaCapture()
2230 InitCaptureType(InitCaptureType) {} in LambdaCapture()
2247 ParsedType InitCaptureType) { in addCapture()
2249 InitCaptureType)); in addCapture()
DSema.h4766 QualType InitCaptureType, IdentifierInfo *Id, Expr *Init);
/external/clang/lib/Sema/
DSemaLambda.cpp806 QualType InitCaptureType, IdentifierInfo *Id, Expr *Init) { in createLambdaInitCaptureVarDecl() argument
808 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl()
815 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl()
1018 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition()
1020 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
/external/clang/lib/Parse/
DParseExprCXX.cpp1003 QualType InitCaptureType = Actions.performLambdaInitCaptureInitialization( in ParseLambdaIntroducer() local
1006 InitCaptureParsedType.set(InitCaptureType); in ParseLambdaIntroducer()