Searched refs:InitCaptureType (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 2333 ParsedType InitCaptureType; member 2337 ParsedType InitCaptureType) in LambdaCapture() 2339 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType) {} in LambdaCapture() 2357 ParsedType InitCaptureType) { in addCapture() 2359 InitCaptureType)); in addCapture()
|
D | Sema.h | 5141 QualType InitCaptureType,
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 769 QualType InitCaptureType, in createLambdaInitCaptureVarDecl() argument 772 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl() 779 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl() 984 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition() 1001 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1009 ParsedType InitCaptureType; in ParseLambdaIntroducer() local 1016 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization( in ParseLambdaIntroducer() 1021 InitCaptureType); in ParseLambdaIntroducer()
|