Searched refs:InitCaptureType (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 2281 ParsedType InitCaptureType; member 2285 ParsedType InitCaptureType) in LambdaCapture() 2287 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType) {} in LambdaCapture() 2305 ParsedType InitCaptureType) { in addCapture() 2307 InitCaptureType)); in addCapture()
|
D | Sema.h | 5023 QualType InitCaptureType,
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 766 QualType InitCaptureType, in createLambdaInitCaptureVarDecl() argument 769 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl() 776 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl() 977 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition() 994 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 998 ParsedType InitCaptureType; in ParseLambdaIntroducer() local 1005 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization( in ParseLambdaIntroducer() 1010 InitCaptureType); in ParseLambdaIntroducer()
|