Home
last modified time | relevance | path

Searched refs:Keywords (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp226 CurrentLines(&Lines), Style(Style), Keywords(Keywords), in UnwrappedLineParser()
454 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in, in calculateBraceTypes()
884 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
885 Keywords.kw_await, Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent()
886 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
887 Keywords.kw_let, Keywords.kw_var, tok::kw_const, in mustBeJSIdent()
888 Keywords.kw_abstract, Keywords.kw_extends, Keywords.kw_implements, in mustBeJSIdent()
889 Keywords.kw_instanceof, Keywords.kw_interface, Keywords.kw_throws, in mustBeJSIdent()
916 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1107 Keywords.kw_slots, Keywords.kw_qslots)) { in parseStructuralElement()
[all …]
H A DSortJavaScriptImports.cpp137 parseModuleReferences(Keywords, AnnotatedLines); in analyze()
280 parseModuleReferences(const AdditionalKeywords &Keywords, in parseModuleReferences() argument
302 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
349 if (!parseModuleBindings(Keywords, Reference)) in parseModuleReference()
352 if (Current->is(Keywords.kw_from)) { in parseModuleReference()
376 if (parseStarBinding(Keywords, Reference)) in parseModuleBindings()
378 return parseNamedBindings(Keywords, Reference); in parseModuleBindings()
381 bool parseStarBinding(const AdditionalKeywords &Keywords, in parseStarBinding() argument
387 if (Current->isNot(Keywords.kw_as)) in parseStarBinding()
401 if (Current->is(Keywords.kw_from)) in parseNamedBindings()
[all …]
H A DTokenAnnotator.cpp53 Keywords(Keywords) { in AnnotatingParser()
1819 Current->isOneOf(Keywords.kw_in, Keywords.kw_as)) in getCurrentPrecedence()
2598 Left.isOneOf(Keywords.kw_returns, Keywords.kw_option)) in spaceRequiredBefore()
2640 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) in spaceRequiredBefore()
2643 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore()
2660 if ((Left.isOneOf(Keywords.kw_let, Keywords.kw_var, Keywords.kw_in, in spaceRequiredBefore()
2700 Right.isOneOf(Keywords.kw_as, Keywords.kw_in)) in spaceRequiredBefore()
3090 if (Left.isOneOf(Keywords.kw_throws, Keywords.kw_extends, in canBreakBefore()
3103 Keywords.kw_readonly, Keywords.kw_abstract, Keywords.kw_get, in canBreakBefore()
3104 Keywords.kw_set, Keywords.kw_async, Keywords.kw_await)) in canBreakBefore()
[all …]
H A DUnwrappedLineFormatter.h34 const AdditionalKeywords &Keywords, in UnwrappedLineFormatter() argument
38 Keywords(Keywords), SourceMgr(SourceMgr), Status(Status) {} in UnwrappedLineFormatter()
71 const AdditionalKeywords &Keywords; variable
H A DTokenAnnotator.h152 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() argument
153 : Style(Style), Keywords(Keywords) {} in TokenAnnotator()
185 const AdditionalKeywords &Keywords; variable
H A DUnwrappedLineFormatter.cpp42 const AdditionalKeywords &Keywords, unsigned StartLevel, in LevelIndentTracker() argument
44 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) { in LevelIndentTracker()
102 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) && in getIndentOffset()
122 const AdditionalKeywords &Keywords; member in clang::format::__anon847ac5d30111::LevelIndentTracker
158 : Style(Style), Keywords(Keywords), End(Lines.end()), Next(Lines.begin()), in LineJoiner()
237 tok::kw_extern, Keywords.kw_interface)) in tryFitMultipleLinesInOne()
551 Keywords.kw_declare, Keywords.kw_abstract, in tryMergeSimpleBlock()
556 Keywords.kw_interface)) in tryMergeSimpleBlock()
655 const AdditionalKeywords &Keywords; member in clang::format::__anon847ac5d30111::LineJoiner
1019 LineJoiner Joiner(Style, Keywords, Lines); in format()
[all …]
H A DFormatTokenLexer.h45 const AdditionalKeywords &getKeywords() { return Keywords; } in getKeywords()
97 AdditionalKeywords Keywords; variable
H A DUnwrappedLineParser.h79 const AdditionalKeywords &Keywords,
208 const AdditionalKeywords &Keywords; variable
H A DContinuationIndenter.h56 const AdditionalKeywords &Keywords,
193 const AdditionalKeywords &Keywords; variable
H A DFormatTokenLexer.cpp32 Keywords(IdentTable), Encoding(Encoding), FirstInLineIndex(0),
185 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) || in precedesOperand()
H A DContinuationIndenter.cpp226 const AdditionalKeywords &Keywords, in ContinuationIndenter() argument
231 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr), in ContinuationIndenter()
773 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()
914 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends)) in getNewLineColumn()
H A DFormat.cpp1519 const AdditionalKeywords &Keywords) { in guessIsObjC() argument
1606 FormatTok->isOneOf(Keywords.kw_NS_ENUM, Keywords.kw_NS_OPTIONS, in guessIsObjC()
1618 if (guessIsObjC(SourceManager, Line->Children, Keywords)) in guessIsObjC()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DRetainSummaryManager.h608 template <typename... Keywords>
610 const RetainSummary *Summ, Keywords *... Kws) {
615 template <typename... Keywords>
617 Keywords *... Kws) {
621 template <typename... Keywords>
623 Keywords *... Kws) {
628 template <typename... Keywords>
630 Keywords *... Kws) {
/freebsd-12.1/bin/sh/tests/parser/
H A Dcase1.05 # Keywords can be used unquoted in case statements, except the keyword
/freebsd-12.1/contrib/dialog/
H A Ddialog.lsm13 Keywords: dialog, cdialog, shell, script, window
/freebsd-12.1/contrib/gperf/
H A DNEWS73 * Keywords may now be enclosed in double quotes; this permits the use of
H A DChangeLog938 (Keywords, Output Format, Binary Strings, Options): Mention %
1027 (Keywords): Mention that lines starting with % are forbidden here.
/freebsd-12.1/contrib/gperf/doc/
H A Dgperf.texi123 * 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-12.1/contrib/libxo/doc/
H A Doptions.rst30 Option Keywords
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def229 // C99 6.4.1: Keywords. These turn into kw_* tokens.
313 // C++ 2.11p1: Keywords.
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3608 Keywords, Pragma, C2x; in EmitClangAttrParsedAttrKinds() local
3657 Matches = &Keywords; in EmitClangAttrParsedAttrKinds()
3692 StringMatcher("Name", Keywords, OS).Emit(); in EmitClangAttrParsedAttrKinds()
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-98991371 * ld.texinfo (Output Section Keywords): Document SORT
H A Dld.texinfo3157 * 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-12.1/contrib/gcc/doc/
H A Dextend.texi71 * 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-12.1/contrib/libc++/include/
H A Dlocale247 // Keywords: "a", "abb"

12