| /freebsd-11-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | UnwrappedLineParser.cpp | 225 const AdditionalKeywords &Keywords, in UnwrappedLineParser() argument 230 CurrentLines(&Lines), Style(Style), Keywords(Keywords), in UnwrappedLineParser() 458 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in, in calculateBraceTypes() 459 Keywords.kw_as)) || in calculateBraceTypes() 613 const AdditionalKeywords &Keywords) { in isIIFE() argument 624 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE() 648 (isGoogScope(*Line) || isIIFE(*Line, Keywords))); in parseChildBlock() 883 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, in mustBeJSIdent() argument 889 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent() 890 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent() [all …]
|
| HD | SortJavaScriptImports.cpp | 132 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze() local 136 parseModuleReferences(Keywords, AnnotatedLines); in analyze() 277 parseModuleReferences(const AdditionalKeywords &Keywords, in parseModuleReferences() argument 299 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences() 331 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() argument 333 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export)) in parseModuleReference() 346 if (!parseModuleBindings(Keywords, Reference)) in parseModuleReference() 349 if (Current->is(Keywords.kw_from)) { in parseModuleReference() 371 bool parseModuleBindings(const AdditionalKeywords &Keywords, in parseModuleBindings() argument 373 if (parseStarBinding(Keywords, Reference)) in parseModuleBindings() [all …]
|
| HD | TokenAnnotator.cpp | 67 const AdditionalKeywords &Keywords) in AnnotatingParser() argument 69 Keywords(Keywords) { in AnnotatingParser() 186 (Line.startsWith(Keywords.kw_type, tok::identifier) || in parseParens() 187 Line.startsWith(tok::kw_export, Keywords.kw_type, in parseParens() 201 (Left->Previous->is(Keywords.kw_function) || in parseParens() 203 Keywords.kw_function)))) { in parseParens() 349 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) { in parseParens() 396 Keywords.kw_internal)) { in isCSharpAttributeSpecifier() 864 if (CurrentToken && CurrentToken->is(Keywords.kw_await)) in consumeToken() 999 if (Tok->isOneOf(Keywords.kw___has_include, in consumeToken() [all …]
|
| HD | UnwrappedLineFormatter.h | 33 const AdditionalKeywords &Keywords, in UnwrappedLineFormatter() argument 37 Keywords(Keywords), SourceMgr(SourceMgr), Status(Status) {} in UnwrappedLineFormatter() 68 const AdditionalKeywords &Keywords; variable
|
| HD | TokenAnnotator.h | 159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() argument 160 : Style(Style), Keywords(Keywords) {} in TokenAnnotator() 194 const AdditionalKeywords &Keywords; variable
|
| HD | UnwrappedLineFormatter.cpp | 41 const AdditionalKeywords &Keywords, unsigned StartLevel, in LevelIndentTracker() argument 43 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) { in LevelIndentTracker() 101 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) && in getIndentOffset() 121 const AdditionalKeywords &Keywords; member in clang::format::__anon1f81125b0111::LevelIndentTracker 164 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner() argument 166 : Style(Style), Keywords(Keywords), End(Lines.end()), Next(Lines.begin()), in LineJoiner() 245 tok::kw_extern, Keywords.kw_interface)) in tryFitMultipleLinesInOne() 544 tok::kw_for, tok::r_brace, Keywords.kw___except)) { in tryMergeSimpleBlock() 577 Keywords.kw___except, tok::kw___finally)) in tryMergeSimpleBlock() 597 Keywords.kw_declare, Keywords.kw_abstract, in tryMergeSimpleBlock() [all …]
|
| HD | FormatTokenLexer.h | 44 const AdditionalKeywords &getKeywords() { return Keywords; } in getKeywords() 102 AdditionalKeywords Keywords; variable
|
| HD | UnwrappedLineParser.h | 78 const AdditionalKeywords &Keywords, 206 const AdditionalKeywords &Keywords; variable
|
| HD | ContinuationIndenter.h | 55 const AdditionalKeywords &Keywords, 192 const AdditionalKeywords &Keywords; variable
|
| HD | FormatTokenLexer.cpp | 31 Keywords(IdentTable), Encoding(Encoding), FirstInLineIndex(0), 242 if (!Keywords.isCSharpKeyword(*Keyword)) in tryMergeCSharpKeywordVariables() 346 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) || in precedesOperand()
|
| HD | ContinuationIndenter.cpp | 225 const AdditionalKeywords &Keywords, in ContinuationIndenter() argument 230 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr), in ContinuationIndenter() 422 Keywords.kw_dollar) && in mustBreak() 776 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine() 933 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends)) in getNewLineColumn()
|
| HD | Format.cpp | 1714 const AdditionalKeywords &Keywords) { in guessIsObjC() argument 1801 FormatTok->isOneOf(Keywords.kw_NS_CLOSED_ENUM, Keywords.kw_NS_ENUM, in guessIsObjC() 1802 Keywords.kw_NS_OPTIONS, TT_ObjCBlockLBrace, in guessIsObjC() 1814 if (guessIsObjC(SourceManager, Line->Children, Keywords)) in guessIsObjC()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | RetainSummaryManager.h | 575 template <typename... Keywords> 577 const RetainSummary *Summ, Keywords *... Kws) { 582 template <typename... Keywords> 584 Keywords *... Kws) { 588 template <typename... Keywords> 590 Keywords *... Kws) { 595 template <typename... Keywords> 597 Keywords *... Kws) {
|
| /freebsd-11-stable/bin/sh/tests/parser/ |
| HD | case1.0 | 5 # Keywords can be used unquoted in case statements, except the keyword
|
| /freebsd-11-stable/contrib/dialog/ |
| HD | dialog.lsm | 13 Keywords: dialog, cdialog, shell, script, window
|
| /freebsd-11-stable/contrib/gperf/ |
| HD | NEWS | 73 * Keywords may now be enclosed in double quotes; this permits the use of
|
| HD | ChangeLog | 938 (Keywords, Output Format, Binary Strings, Options): Mention % 1027 (Keywords): Mention that lines starting with % are forbidden here.
|
| /freebsd-11-stable/contrib/gperf/doc/ |
| HD | gperf.texi | 123 * Keywords:: Format for Keyword Entries. 308 @cindex Keywords section 332 * Keywords:: Format for Keyword Entries. 351 @node Declarations, Keywords, Input Format, Input Format 661 @node Keywords, Functions, Declarations, Input Format 709 @node Functions, Controls for GNU indent, Keywords, Input Format 902 part of the type declaration. Keywords and additional fields may follow 1141 keyword, obviously). Keywords
|
| /freebsd-11-stable/contrib/libxo/doc/ |
| HD | options.rst | 30 Option Keywords
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | TokenKinds.def | 236 // C99 6.4.1: Keywords. These turn into kw_* tokens. 319 // C++ 2.11p1: Keywords.
|
| /freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/ |
| HD | ClangAttrEmitter.cpp | 3725 Keywords, Pragma, C2x; in EmitClangAttrParsedAttrKinds() local 3774 Matches = &Keywords; in EmitClangAttrParsedAttrKinds() 3809 StringMatcher("Name", Keywords, OS).Emit(); in EmitClangAttrParsedAttrKinds()
|
| /freebsd-11-stable/contrib/binutils/ld/ |
| HD | ChangeLog-9899 | 1371 * ld.texinfo (Output Section Keywords): Document SORT
|
| HD | ld.texinfo | 3157 * Output Section Keywords:: Output section keywords 3194 a special output section keyword (@pxref{Output Section Keywords}) 3632 @node Output Section Keywords 3633 @subsection Output Section Keywords
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | extend.texi | 71 * Alternate Keywords:: @code{__const__}, @code{__asm__}, etc., for header files. 600 @xref{Alternate Keywords}. 3982 @code{__inline__} instead of @code{inline}. @xref{Alternate Keywords}. 4431 Keywords}. 4788 @node Alternate Keywords 4789 @section Alternate Keywords 10391 @cite{6.4.1 Keywords}
|
| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | locale | 246 // Keywords: "a", "abb"
|