Searched refs:InitCaptureType (Results 1 – 7 of 7) sorted by relevance
/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/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 856 QualType InitCaptureType, in createLambdaInitCaptureVarDecl() argument 862 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl() 871 Loc, Id, InitCaptureType, TSI, SC_Auto); in createLambdaInitCaptureVarDecl() 1096 if (C->InitCaptureType.get().isNull()) in ActOnStartOfLambdaDefinition() 1100 !C->InitCaptureType.get()->getAs<PackExpansionType>()) in ActOnStartOfLambdaDefinition() 1117 Var = createLambdaInitCaptureVarDecl(C->Loc, C->InitCaptureType.get(), in ActOnStartOfLambdaDefinition()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 2671 ParsedType InitCaptureType; member 2677 ParsedType InitCaptureType, in LambdaCapture() 2680 InitKind(InitKind), Init(Init), InitCaptureType(InitCaptureType), in LambdaCapture() 2699 ParsedType InitCaptureType, in addCapture() 2702 InitCaptureType, ExplicitRange)); in addCapture()
|
D | Sema.h | 6481 QualType InitCaptureType,
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1009 ParsedType InitCaptureType; in ParseLambdaIntroducer() local 1016 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization( in ParseLambdaIntroducer() 1021 InitCaptureType); in ParseLambdaIntroducer()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1126 ParsedType InitCaptureType; in ParseLambdaIntroducer() local 1136 InitCaptureType = Actions.actOnLambdaInitCaptureInitialization( in ParseLambdaIntroducer() 1145 InitCaptureType, SourceRange(LocStart, LocEnd)); in ParseLambdaIntroducer()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5141 QualType InitCaptureType,
|