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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp886 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, argument
940 EndLoc = Intro.Range.getEnd();
969 DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo,
973 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
974 KnownDependent, Intro.Default);
976 startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params,
1005 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc,
1019 if (Intro
[all...]
H A DSemaCodeComplete.cpp5746 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, argument
5756 for (const auto &C : Intro.Captures) {
5779 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp72 LambdaIntroducer Intro; local
74 if (ParseLambdaIntroducer(Intro, &ParseResult)) {
H A DParseExprCXX.cpp729 LambdaIntroducer Intro; local
730 if (ParseLambdaIntroducer(Intro)) {
737 return ParseLambdaExpressionAfterIntroducer(Intro);
775 LambdaIntroducer Intro;
779 if (ParseLambdaIntroducer(Intro, &Tentative)) {
793 Intro = LambdaIntroducer();
794 if (ParseLambdaIntroducer(Intro))
806 return ParseLambdaExpressionAfterIntroducer(Intro);
810 /// \param Intro A LambdaIntroducer filled in with information about the
818 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, argument
878 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
897 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, local
935 Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro, variable
[all...]
H A DParseTentative.cpp686 LambdaIntroducer Intro; local
688 if (ParseLambdaIntroducer(Intro, &Tentative)) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1843 ParseLambdaIntroducer(LambdaIntroducer &Intro,
1845 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6176 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
11584 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,

Completed in 288 milliseconds