Searched refs:LambdaIntroducer (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCodeCompletion.h | 166 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
|
H A D | DeclSpec.h | 2832 struct LambdaIntroducer { struct 2859 LambdaIntroducer() = default; argument
|
H A D | Sema.h | 8811 void ActOnLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro, 8816 void ActOnLambdaExplicitTemplateParameterList(LambdaIntroducer &Intro, 8822 void ActOnLambdaClosureQualifiers(LambdaIntroducer &Intro, 8833 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.h | 149 void parseSquare(bool LambdaIntroducer = false);
|
H A D | UnwrappedLineParser.cpp | 2381 parseSquare(/*LambdaIntroducer=*/true); in tryToParseLambdaIntroducer() 2664 void UnwrappedLineParser::parseSquare(bool LambdaIntroducer) { in parseSquare() argument 2665 if (!LambdaIntroducer) { in parseSquare()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 545 LambdaIntroducer &Intro, SourceLocation LAngleLoc, in ActOnLambdaExplicitTemplateParameterList() 916 static TypeSourceInfo *getLambdaType(Sema &S, LambdaIntroducer &Intro, in getLambdaType() 1059 void Sema::ActOnLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro, in ActOnLambdaExpressionAfterIntroducer() 1334 void Sema::ActOnLambdaClosureQualifiers(LambdaIntroducer &Intro, in ActOnLambdaClosureQualifiers() 1388 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition()
|
H A D | SemaCodeComplete.cpp | 7104 LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 78 LambdaIntroducer Intro; in MayBeDesignationStart()
|
H A D | ParseExprCXX.cpp | 810 LambdaIntroducer Intro; in ParseLambdaExpression() 855 LambdaIntroducer Intro; in TryParseLambdaExpression() 873 Intro = LambdaIntroducer(); in TryParseLambdaExpression() 898 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() 1328 const LambdaIntroducer &Intro) { in DiagnoseStaticSpecifierRestrictions() 1346 LambdaIntroducer &Intro) { in ParseLambdaExpressionAfterIntroducer()
|
H A D | ParseTentative.cpp | 786 LambdaIntroducer Intro; in isCXX11AttributeSpecifier()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2009 ParseLambdaIntroducer(LambdaIntroducer &Intro, 2011 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
|