Searched refs:Intro (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp887 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, argument
941 EndLoc = Intro.Range.getEnd();
970 DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo,
974 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
975 KnownDependent, Intro.Default);
977 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params,
1005 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc,
1019 if (Intro
[all...]
H A DSemaCodeComplete.cpp6229 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, argument
6239 for (const auto &C : Intro.Captures) {
6262 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp731 LambdaIntroducer Intro; local
732 if (ParseLambdaIntroducer(Intro)) {
739 return ParseLambdaExpressionAfterIntroducer(Intro);
777 LambdaIntroducer Intro;
781 if (ParseLambdaIntroducer(Intro, &Tentative)) {
795 Intro = LambdaIntroducer();
796 if (ParseLambdaIntroducer(Intro))
808 return ParseLambdaExpressionAfterIntroducer(Intro);
812 /// \param Intro A LambdaIntroducer filled in with information about the
820 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, argument
880 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
899 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
937 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, variable
[all...]
H A DParseInit.cpp75 LambdaIntroducer Intro; local
77 if (ParseLambdaIntroducer(Intro, &ParseResult)) {
H A DParseTentative.cpp705 LambdaIntroducer Intro; local
707 if (ParseLambdaIntroducer(Intro, &Tentative)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1895 ParseLambdaIntroducer(LambdaIntroducer &Intro,
1897 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6403 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
12008 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,

Completed in 154 milliseconds