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

/external/clang/lib/Sema/
H A DSemaLambda.cpp801 QualType InitCaptureType, IdentifierInfo *Id, Expr *Init) {
803 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType,
810 Loc, Id, InitCaptureType, TSI, SC_Auto);
1008 // If the initializer expression is usable, but the InitCaptureType
1013 if (C->InitCaptureType.get().isNull())
1015 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(),
800 createLambdaInitCaptureVarDecl(SourceLocation Loc, QualType InitCaptureType, IdentifierInfo *Id, Expr *Init) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h2169 ParsedType InitCaptureType; member in struct:LambdaIntroducer::LambdaCapture
2172 ExprResult Init, ParsedType InitCaptureType)
2174 InitCaptureType(InitCaptureType) {}
2191 ParsedType InitCaptureType) {
2193 InitCaptureType));
2170 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id, SourceLocation EllipsisLoc, ExprResult Init, ParsedType InitCaptureType) argument
2186 addCapture(LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo* Id, SourceLocation EllipsisLoc, ExprResult Init, ParsedType InitCaptureType) argument
H A DSema.h4649 QualType InitCaptureType, IdentifierInfo *Id, Expr *Init);
/external/clang/lib/Parse/
H A DParseExprCXX.cpp949 QualType InitCaptureType = Actions.performLambdaInitCaptureInitialization( local
952 InitCaptureParsedType.set(InitCaptureType);

Completed in 111 milliseconds