| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 831 void Sema::ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, in ActOnStartOfLambdaDefinition() argument 875 EndLoc = Intro.Range.getEnd(); in ActOnStartOfLambdaDefinition() 907 CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo, in ActOnStartOfLambdaDefinition() 936 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition() 954 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition() 961 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition() 962 for (auto C = Intro.Captures.begin(), E = Intro.Captures.end(); C != E; in ActOnStartOfLambdaDefinition() 986 if (Intro.Default == LCD_ByCopy && C->Kind != LCK_StarThis) in ActOnStartOfLambdaDefinition() 1060 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition() 1065 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition() [all …]
|
| H A D | SemaCodeComplete.cpp | 5334 void Sema::CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro, in CodeCompleteLambdaIntroducer() argument 5344 for (const auto &C : Intro.Captures) { in CodeCompleteLambdaIntroducer() 5367 if (!IncludedThis && !AfterAmpersand && Intro.Default != LCD_ByCopy) in CodeCompleteLambdaIntroducer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 679 LambdaIntroducer Intro; in ParseLambdaExpression() local 730 LambdaIntroducer Intro; in TryParseLambdaExpression() local 731 if (TryParseLambdaIntroducer(Intro)) in TryParseLambdaExpression() 761 Intro.Default = LCD_ByRef; in ParseLambdaIntroducer() 762 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 765 Intro.Default = LCD_ByCopy; in ParseLambdaIntroducer() 766 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 779 !Intro.Captures.empty())) { in ParseLambdaIntroducer() 994 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer() 1020 Intro = LambdaIntroducer(); in TryParseLambdaIntroducer() [all …]
|
| H A D | ParseInit.cpp | 71 LambdaIntroducer Intro; in MayBeDesignationStart() local 73 Optional<unsigned> DiagID(ParseLambdaIntroducer(Intro, &SkippedInits)); in MayBeDesignationStart()
|
| H A D | ParseTentative.cpp | 682 LambdaIntroducer Intro; in isCXX11AttributeSpecifier() local 683 if (!TryParseLambdaIntroducer(Intro)) { in isCXX11AttributeSpecifier()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | ClangOptionDocs.td | 11 code Intro =[{..
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticDocs.td | 11 code Intro =[{..
|
| H A D | AttrDocs.td | 29 code Intro =[{..
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1720 Optional<unsigned> ParseLambdaIntroducer(LambdaIntroducer &Intro, 1722 bool TryParseLambdaIntroducer(LambdaIntroducer &Intro); 1724 LambdaIntroducer &Intro);
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | gcov.texi | 41 * Gcov Intro:: Introduction to gcov. 48 @node Gcov Intro
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | Hardware.txt | 6 0. Intro
|
| /freebsd-12.1/usr.bin/vi/catalog/ |
| H A D | spanish.UTF-8.base | 154 161 "Presionar Intro para continuar: "
|
| /freebsd-12.1/contrib/nvi/catalog/ |
| H A D | spanish.base | 154 161 "Presionar Intro para continuar: "
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2001 | 171 * docs/doxygen/Intro.3: New 'Allocators' module. 820 docs/doxygen/doxygroups.cc, docs/doxygen/Intro.3, 864 * docs/doxygen/Intro.3: More notes. 998 * docs/doxygen/Intro.3: Expand "top-level" man page. 1541 * docs/doxygen/Intro.3: New file, general intro to the man pages.
|
| H A D | ChangeLog-2002 | 3695 * docs/doxygen/Intro.3: Date tweak. 4696 * docs/doxygen/Intro.3: Update.
|
| H A D | ChangeLog-2004 | 3476 * docs/doxygen/Intro.3: Subtractions suggested by Phil Edwards. 3502 * docs/doxygen/Intro.3: Remove Allocators.3.
|
| H A D | ChangeLog-2003 | 7362 * docs/doxygen/Intro.3: Update with new (proper) names. 7368 C++Intro.
|
| H A D | ChangeLog-2006 | 371 * docs/doxygen/Intro.3: Same.
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 5630 void ActOnStartOfLambdaDefinition(LambdaIntroducer &Intro, 10385 void CodeCompleteLambdaIntroducer(Scope *S, LambdaIntroducer &Intro,
|
| /freebsd-12.1/contrib/amd/doc/ |
| H A D | am-utils.texi | 117 * Intro:: An introduction to Automounting concepts. 237 @node AddInfo, Intro, Distrib, Top 345 @node Intro, History, AddInfo, Top 372 @node History, Overview, Intro, Top
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | as.texinfo | 2071 * Symbol Intro:: Symbols 2254 @node Symbol Intro
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | terminfo.src | 20882 # CSI Control Sequence Intro \E [ - Intro - 21001 # SS2 Single Shift 2 (G2 set) \E N - Intro - 21002 # SS3 Single Shift 3 (G3 set) \E O - Intro - 21142 # Intro an Introducer of some kind of defined sequence; the normal 7-bit
|