Home
last modified time | relevance | path

Searched refs:Intro (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp545 LambdaIntroducer &Intro, SourceLocation LAngleLoc, in ActOnLambdaExplicitTemplateParameterList() argument
916 static TypeSourceInfo *getLambdaType(Sema &S, LambdaIntroducer &Intro, in getLambdaType() argument
966 S.DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, in getLambdaType()
1059 void Sema::ActOnLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro, in ActOnLambdaExpressionAfterIntroducer() argument
1065 if (Intro.Default == LCD_ByCopy) in ActOnLambdaExpressionAfterIntroducer()
1067 else if (Intro.Default == LCD_ByRef) in ActOnLambdaExpressionAfterIntroducer()
1069 LSI->CaptureDefaultLoc = Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer()
1070 LSI->IntroducerRange = Intro.Range; in ActOnLambdaExpressionAfterIntroducer()
1103 Intro.Range, /*Info=*/nullptr, LambdaDependencyKind, Intro.Default); in ActOnLambdaExpressionAfterIntroducer()
1106 CXXMethodDecl *Method = CreateLambdaCallOperator(Intro.Range, Class); in ActOnLambdaExpressionAfterIntroducer()
[all …]
H A DSemaCodeComplete.cpp7104 LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer() argument
7114 for (const auto &C : Intro.Captures) { in CodeCompleteLambdaIntroducer()
7137 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp810 LambdaIntroducer Intro; in ParseLambdaExpression() local
811 if (ParseLambdaIntroducer(Intro)) { in ParseLambdaExpression()
818 return ParseLambdaExpressionAfterIntroducer(Intro); in ParseLambdaExpression()
855 LambdaIntroducer Intro; in TryParseLambdaExpression() local
859 if (ParseLambdaIntroducer(Intro, &Tentative)) { in TryParseLambdaExpression()
873 Intro = LambdaIntroducer(); in TryParseLambdaExpression()
874 if (ParseLambdaIntroducer(Intro)) in TryParseLambdaExpression()
886 return ParseLambdaExpressionAfterIntroducer(Intro); in TryParseLambdaExpression()
898 bool Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro, in ParseLambdaIntroducer() argument
907 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer()
[all …]
H A DParseInit.cpp78 LambdaIntroducer Intro; in MayBeDesignationStart() local
80 if (ParseLambdaIntroducer(Intro, &ParseResult)) { in MayBeDesignationStart()
H A DParseTentative.cpp786 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local
788 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()
/freebsd/crypto/openssl/external/perl/
H A DDownloaded.txt1 Intro
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DClangOptionDocs.td10 code Intro =[{..
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h166 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
H A DSema.h8811 void ActOnLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro,
8816 void ActOnLambdaExplicitTemplateParameterList(LambdaIntroducer &Intro,
8822 void ActOnLambdaClosureQualifiers(LambdaIntroducer &Intro,
8833 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro,
/freebsd/crypto/openssl/Configurations/
H A DINTERNALS.Configure6 Intro
H A DREADME.md1 Intro chapter
/freebsd/sys/dev/isp/
H A DHardware.txt5 0. Intro
/freebsd/usr.bin/vi/catalog/
H A Dspanish.UTF-8.base154 161 "Presionar Intro para continuar: "
/freebsd/contrib/nvi/catalog/
H A Dspanish.base154 161 "Presionar Intro para continuar: "
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2009 ParseLambdaIntroducer(LambdaIntroducer &Intro,
2011 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src24405 # CSI Control Sequence Intro \E [ - Intro -
24524 # SS2 Single Shift 2 (G2 set) \E N - Intro -
24525 # SS3 Single Shift 3 (G3 set) \E O - Intro -
24731 # Intro an Introducer of some kind of defined sequence; the normal 7-bit
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td28 code Intro =[{..