Searched refs:Keywords (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h33 const AdditionalKeywords &Keywords,
37 Keywords(Keywords), SourceMgr(SourceMgr), Status(Status) {}
68 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineFormatter
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, FormattingAttemptStatus *Status) argument
H A DSortJavaScriptImports.cpp132 const AdditionalKeywords &Keywords = Tokens.getKeywords(); variable
136 parseModuleReferences(Keywords, AnnotatedLines);
277 parseModuleReferences(const AdditionalKeywords &Keywords, argument
299 if (!parseModuleReference(Keywords, Reference)) {
331 bool parseModuleReference(const AdditionalKeywords &Keywords, argument
333 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export))
346 if (!parseModuleBindings(Keywords, Reference))
349 if (Current->is(Keywords.kw_from)) {
371 bool parseModuleBindings(const AdditionalKeywords &Keywords, argument
373 if (parseStarBinding(Keywords, Referenc
378 parseStarBinding(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
394 parseNamedBindings(const AdditionalKeywords &Keywords, JsModuleReference &Reference) argument
[all...]
H A DFormatTokenLexer.h44 const AdditionalKeywords &getKeywords() { return Keywords; }
102 AdditionalKeywords Keywords; member in class:clang::format::FormatTokenLexer
H A DUnwrappedLineParser.cpp225 const AdditionalKeywords &Keywords,
230 CurrentLines(&Lines), Style(Style), Keywords(Keywords),
458 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in,
459 Keywords.kw_as)) ||
613 const AdditionalKeywords &Keywords) {
624 if (I->Tok->isNot(Keywords.kw_function))
648 (isGoogScope(*Line) || isIIFE(*Line, Keywords)));
883 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, argument
224 UnwrappedLineParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned FirstStartColumn, ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback) argument
612 isIIFE(const UnwrappedLine &Line, const AdditionalKeywords &Keywords) argument
898 mustBeJSIdentOrValue(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
907 isJSDeclOrStmt(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
[all...]
H A DTokenAnnotator.h159 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) argument
160 : Style(Style), Keywords(Keywords) {}
194 const AdditionalKeywords &Keywords; member in class:clang::format::TokenAnnotator
H A DTokenAnnotator.cpp67 const AdditionalKeywords &Keywords)
69 Keywords(Keywords) {
186 (Line.startsWith(Keywords.kw_type, tok::identifier) ||
187 Line.startsWith(tok::kw_export, Keywords.kw_type,
201 (Left->Previous->is(Keywords.kw_function) ||
203 Keywords.kw_function)))) {
349 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) {
396 Keywords.kw_internal)) {
864 if (CurrentToken && CurrentToken->is(Keywords
66 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, const AdditionalKeywords &Keywords) argument
1861 const AdditionalKeywords &Keywords; member in class:clang::format::__anon3007::AnnotatingParser
1877 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, AnnotatedLine &Line) argument
2068 const AdditionalKeywords &Keywords; member in class:clang::format::__anon3007::ExpressionParser
[all...]
H A DUnwrappedLineFormatter.cpp41 const AdditionalKeywords &Keywords, unsigned StartLevel,
43 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) {
101 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) &&
121 const AdditionalKeywords &Keywords; member in class:clang::format::__anon3008::LevelIndentTracker
164 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords,
166 : Style(Style), Keywords(Keywords), End(Lines.end()), Next(Lines.begin()),
245 tok::kw_extern, Keywords
40 LevelIndentTracker(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned StartLevel, int AdditionalIndent) argument
[all...]
H A DUnwrappedLineParser.h78 const AdditionalKeywords &Keywords,
206 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineParser
H A DContinuationIndenter.h55 const AdditionalKeywords &Keywords,
192 const AdditionalKeywords &Keywords; member in class:clang::format::ContinuationIndenter
H A DFormatTokenLexer.cpp31 Keywords(IdentTable), Encoding(Encoding), FirstInLineIndex(0),
242 if (!Keywords.isCSharpKeyword(*Keyword))
346 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) ||
H A DContinuationIndenter.cpp225 const AdditionalKeywords &Keywords,
230 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr),
422 Keywords.kw_dollar) &&
776 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
933 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends))
224 ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) argument
/freebsd-12-stable/contrib/llvm-project/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) {
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3725 Keywords, Pragma, C2x;
3774 Matches = &Keywords;
3809 StringMatcher("Name", Keywords, OS).Emit();

Completed in 128 milliseconds