Home
last modified time | relevance | path

Searched refs:LambdaIntroducer (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h166 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
H A DDeclSpec.h2832 struct LambdaIntroducer { struct
2859 LambdaIntroducer() = default; argument
H A DSema.h8811 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 DUnwrappedLineParser.h149 void parseSquare(bool LambdaIntroducer = false);
H A DUnwrappedLineParser.cpp2381 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 DSemaLambda.cpp545 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 DSemaCodeComplete.cpp7104 LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp78 LambdaIntroducer Intro; in MayBeDesignationStart()
H A DParseExprCXX.cpp810 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 DParseTentative.cpp786 LambdaIntroducer Intro; in isCXX11AttributeSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2009 ParseLambdaIntroducer(LambdaIntroducer &Intro,
2011 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);