Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp226 const AdditionalKeywords &Keywords, in UnwrappedLineParser() argument
231 CurrentLines(&Lines), Style(Style), Keywords(Keywords), in UnwrappedLineParser()
333 if (FormatTok->is(Keywords.kw_where)) { in parseCSharpGenericTypeConstraint()
507 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in, in calculateBraceTypes()
508 Keywords.kw_as)) || in calculateBraceTypes()
682 const AdditionalKeywords &Keywords) { in isIIFE() argument
693 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
717 (isGoogScope(*Line) || isIIFE(*Line, Keywords))); in parseChildBlock()
952 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, in mustBeJSIdent() argument
958 Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, Keywords.kw_async, in mustBeJSIdent()
[all …]
H A DTokenAnnotator.cpp74 const AdditionalKeywords &Keywords) in AnnotatingParser() argument
76 Keywords(Keywords) { in AnnotatingParser()
234 (Line.startsWith(Keywords.kw_type, tok::identifier) || in parseParens()
235 Line.startsWith(tok::kw_export, Keywords.kw_type, in parseParens()
248 (Left->Previous->is(Keywords.kw_function) || in parseParens()
250 Keywords.kw_function)))) { in parseParens()
411 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) { in parseParens()
469 tok::l_square, Keywords.kw_internal)) { in isCSharpAttributeSpecifier()
955 if (CurrentToken && CurrentToken->is(Keywords.kw_await)) in consumeToken()
1104 if (Tok->isOneOf(Keywords.kw___has_include, in consumeToken()
[all …]
H A DSortJavaScriptImports.cpp142 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze() local
146 parseModuleReferences(Keywords, AnnotatedLines); in analyze()
349 parseModuleReferences(const AdditionalKeywords &Keywords, in parseModuleReferences() argument
393 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
426 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() argument
428 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export)) in parseModuleReference()
441 if (!parseModuleBindings(Keywords, Reference)) in parseModuleReference()
444 if (Current->is(Keywords.kw_from)) { in parseModuleReference()
466 bool parseModuleBindings(const AdditionalKeywords &Keywords, in parseModuleBindings() argument
468 if (parseStarBinding(Keywords, Reference)) in parseModuleBindings()
[all …]
H A DUnwrappedLineFormatter.h33 const AdditionalKeywords &Keywords, in UnwrappedLineFormatter() argument
37 Keywords(Keywords), SourceMgr(SourceMgr), Status(Status) {} in UnwrappedLineFormatter()
68 const AdditionalKeywords &Keywords; variable
H A DTokenAnnotator.h159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() argument
160 : Style(Style), Keywords(Keywords) {} in TokenAnnotator()
194 const AdditionalKeywords &Keywords; variable
H A DUnwrappedLineFormatter.cpp41 const AdditionalKeywords &Keywords, unsigned StartLevel, in LevelIndentTracker() argument
43 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) { in LevelIndentTracker()
103 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) && in getIndentOffset()
128 const AdditionalKeywords &Keywords; member in clang::format::__anon25f930cf0111::LevelIndentTracker
171 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner() argument
173 : Style(Style), Keywords(Keywords), End(Lines.end()), Next(Lines.begin()), in LineJoiner()
252 tok::kw_extern, Keywords.kw_interface)) in tryFitMultipleLinesInOne()
581 tok::kw_for, tok::r_brace, Keywords.kw___except)) { in tryMergeSimpleBlock()
614 Keywords.kw___except, tok::kw___finally)) in tryMergeSimpleBlock()
634 tok::kw_typedef, tok::kw_export, Keywords.kw_declare, in tryMergeSimpleBlock()
[all …]
H A DFormatTokenLexer.h47 const AdditionalKeywords &getKeywords() { return Keywords; } in getKeywords()
108 AdditionalKeywords Keywords; variable
H A DUnwrappedLineParser.h78 const AdditionalKeywords &Keywords,
225 const AdditionalKeywords &Keywords; variable
H A DContinuationIndenter.h55 const AdditionalKeywords &Keywords,
192 const AdditionalKeywords &Keywords; variable
H A DFormatTokenLexer.cpp32 Style(Style), IdentTable(IdentTable), Keywords(IdentTable),
343 if (!Keywords.isCSharpKeyword(*Keyword)) in tryMergeCSharpKeywordVariables()
472 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) || in precedesOperand()
H A DContinuationIndenter.cpp225 const AdditionalKeywords &Keywords, in ContinuationIndenter() argument
230 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr), in ContinuationIndenter()
441 Keywords.kw_dollar) && in mustBreak()
818 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()
984 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends)) in getNewLineColumn()
H A DFormat.cpp2061 const AdditionalKeywords &Keywords) { in guessIsObjC() argument
2152 FormatTok->isOneOf(Keywords.kw_NS_CLOSED_ENUM, Keywords.kw_NS_ENUM, in guessIsObjC()
2153 Keywords.kw_NS_OPTIONS, TT_ObjCBlockLBrace, in guessIsObjC()
2165 if (guessIsObjC(SourceManager, Line->Children, Keywords)) in guessIsObjC()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DRetainSummaryManager.h575 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) {
/netbsd-src/external/bsd/am-utils/dist/
H A DLSM.am-utils9 Keywords: amd amq hlfsd fsinfo wire-test fixmount mk-amd-map automount
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4520.txt109 Keywords are case insensitive.
333 basis. Keywords associated with integers in the range 0-4095 SHALL
334 NOT start with "e-" or "x-". Keywords associated with integers in
362 First Served basis. Keywords associated with integers in the range
363 0-4095 SHALL NOT start with "e-" or "x-". Keywords associated with
379 Keywords associated with integers in the range 0-4095 SHALL NOT start
380 with "e-" or "x-". Keywords associated with integers in the range
417 a First Come First Served basis. Keywords associated with integers
418 in the range 0-4095 SHALL NOT start with "e-" or "x-". Keywords
H A Drfc2294.txt493 Table 3: Keywords for String DN Representation
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
H A Dllvm.vim39 " Keywords.
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc4616.txt97 document are to be interpreted as described in [Keywords].
404 [Keywords] Bradner, S., "Key words for use in RFCs to Indicate
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def248 // C99 6.4.1: Keywords. These turn into kw_* tokens.
332 // C++ 2.11p1: Keywords.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DChangeLog11 * gettext.texi (Mark Keywords): Explain the syntax that xgettext
16 * gettext.texi (Mark Keywords): keyword are -> keyword is.
H A Dgettext.info112 * Mark Keywords:: How Marks Appear in Sources
341 * Default Keywords:: Which Keywords Will xgettext Look For?
342 * Special Keywords:: How to Extract Hash Keys
1271 * Mark Keywords:: How Marks Appear in Sources
1370 File: gettext.info, Node: Preparing Strings, Next: Mark Keywords, Prev: Triggering, Up: Sources
1584 File: gettext.info, Node: Mark Keywords, Next: Marking, Prev: Preparing Strings, Up: Sources
1665 File: gettext.info, Node: Marking, Next: c-format Flag, Prev: Mark Keywords, Up: Sources
1812 4.6 Special Comments preceding Keywords
8579 Mark Keywords::), in a notation relative to the top level of your whole
11595 * Default Keywords:: Which Keywords Will xgettext Look For?
[all …]
H A Dgettext.texi190 * Mark Keywords:: How Marks Appear in Sources
419 * Default Keywords:: Which Keywords Will xgettext Look For?
420 * Special Keywords:: How to Extract Hash Keys
1512 * Mark Keywords:: How Marks Appear in Sources
1631 @node Preparing Strings, Mark Keywords, Triggering, Sources
1901 @node Mark Keywords, Marking, Preparing Strings, Sources
1985 @node Marking, c-format Flag, Mark Keywords, Sources
2142 @section Special Comments preceding Keywords
6741 (@pxref{Mark Keywords}), in a notation relative to the top level
9798 * Default Keywords:: Which Keywords Will xgettext Look For?
[all …]
/netbsd-src/external/gpl2/xcvs/dist/acl/
H A DREADME77 ACL Config Keywords
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp4041 Keywords, Pragma, C2x; in EmitClangAttrParsedAttrKinds() local
4090 Matches = &Keywords; in EmitClangAttrParsedAttrKinds()
4125 StringMatcher("Name", Keywords, OS).Emit(); in EmitClangAttrParsedAttrKinds()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dsourcebuild.texi987 * Effective-Target Keywords:: Keywords describing target attributes.
1152 @xref{Effective-Target Keywords, , }.
1293 @item a single effective-target keyword (@pxref{Effective-Target Keywords})
1316 @node Effective-Target Keywords
1317 @subsection Keywords describing target attributes

1234