Searched refs:Intro (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 893 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition() argument 947 EndLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition() 976 DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo, in ActOnStartOfLambdaDefinition() 1015 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition() 1033 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition() 1040 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition() 1041 for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E; in ActOnStartOfLambdaDefinition() 1065 if (Intro.Default == LCD_ByCopy && C->Kind != LCK_StarThis) in ActOnStartOfLambdaDefinition() 1142 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition() 1147 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition() [all …]
|
| H A D | SemaCodeComplete.cpp | 6415 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer() argument 6425 for (const auto &C : Intro.Captures) { in CodeCompleteLambdaIntroducer() 6448 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 735 LambdaIntroducer Intro; in ParseLambdaExpression() local 736 if (ParseLambdaIntroducer(Intro)) { in ParseLambdaExpression() 781 LambdaIntroducer Intro; in TryParseLambdaExpression() local 799 Intro = LambdaIntroducer(); in TryParseLambdaExpression() 800 if (ParseLambdaIntroducer(Intro)) in TryParseLambdaExpression() 860 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer() 861 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 869 Intro.Default = LCD_ByCopy; in ParseLambdaIntroducer() 870 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 935 Intro.Default == LCD_None) { in ParseLambdaIntroducer() [all …]
|
| H A D | ParseInit.cpp | 75 LambdaIntroducer Intro; in MayBeDesignationStart() local 77 if (ParseLambdaIntroducer(Intro, &ParseResult)) { in MayBeDesignationStart()
|
| H A D | ParseTentative.cpp | 705 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local 707 if (ParseLambdaIntroducer(Intro, &Tentative)) { in isCXX11AttributeSpecifier()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | ClangOptionDocs.td | 10 code Intro =[{..
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticDocs.td | 10 code Intro =[{..
|
| H A D | AttrDocs.td | 28 code Intro =[{..
|
| /freebsd-13.1/sys/dev/isp/ |
| H A D | Hardware.txt | 6 0. Intro
|
| /freebsd-13.1/contrib/nvi/catalog/ |
| H A D | spanish.base | 154 161 "Presionar Intro para continuar: "
|
| /freebsd-13.1/usr.bin/vi/catalog/ |
| H A D | spanish.UTF-8.base | 154 161 "Presionar Intro para continuar: "
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1895 ParseLambdaIntroducer(LambdaIntroducer &Intro, 1897 ExprResult ParseLambdaExpressionAfterIntroducer(LambdaIntroducer &Intro);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6730 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, 12418 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
|
| /freebsd-13.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 23702 # CSI Control Sequence Intro \E [ - Intro - 23821 # SS2 Single Shift 2 (G2 set) \E N - Intro - 23822 # SS3 Single Shift 3 (G3 set) \E O - Intro - 24028 # Intro an Introducer of some kind of defined sequence; the normal 7-bit
|