Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h2169 ParsedType InitCaptureType; member
2172 ExprResult Init, ParsedType InitCaptureType) in LambdaCapture()
2174 InitCaptureType(InitCaptureType) {} in LambdaCapture()
2191 ParsedType InitCaptureType) { in addCapture()
2193 InitCaptureType)); in addCapture()
DSema.h4649 QualType InitCaptureType, IdentifierInfo *Id, Expr *Init);
/external/clang/lib/Sema/
DSemaLambda.cpp801 QualType InitCaptureType, IdentifierInfo *Id, Expr *Init) { in createLambdaInitCaptureVarDecl() argument
803 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl()
810 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl()
1013 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition()
1015 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
/external/clang/lib/Parse/
DParseExprCXX.cpp949 QualType InitCaptureType = Actions.performLambdaInitCaptureInitialization( in ParseLambdaIntroducer() local
952 InitCaptureParsedType.set(InitCaptureType); in ParseLambdaIntroducer()