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

/freebsd-13-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 DUnwrappedLineParser.cpp226 const AdditionalKeywords &Keywords,
231 CurrentLines(&Lines), Style(Style), Keywords(Keywords),
333 if (FormatTok->is(Keywords.kw_where)) {
507 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in,
508 Keywords.kw_as)) ||
662 const AdditionalKeywords &Keywords) {
673 if (I->Tok->isNot(Keywords.kw_function))
697 (isGoogScope(*Line) || isIIFE(*Line, Keywords)));
225 UnwrappedLineParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned FirstStartColumn, ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback) argument
661 isIIFE(const UnwrappedLine &Line, const AdditionalKeywords &Keywords) argument
932 mustBeJSIdent(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
947 mustBeJSIdentOrValue(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
956 isJSDeclOrStmt(const AdditionalKeywords &Keywords, const FormatToken *FormatTok) argument
[all...]
H A DFormatTokenLexer.h47 const AdditionalKeywords &getKeywords() { return Keywords; }
109 AdditionalKeywords Keywords; member in class:clang::format::FormatTokenLexer
H A DTokenAnnotator.cpp74 const AdditionalKeywords &Keywords)
76 Keywords(Keywords) {
225 (Line.startsWith(Keywords.kw_type, tok::identifier) ||
226 Line.startsWith(tok::kw_export, Keywords.kw_type,
240 (Left->Previous->is(Keywords.kw_function) ||
242 Keywords.kw_function)))) {
388 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) {
446 tok::l_square, Keywords.kw_internal)) {
931 if (CurrentToken && CurrentToken->is(Keywords
73 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, const AdditionalKeywords &Keywords) argument
2011 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1872::AnnotatingParser
2027 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, AnnotatedLine &Line) argument
2218 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1872::ExpressionParser
[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 DUnwrappedLineFormatter.cpp41 const AdditionalKeywords &Keywords, unsigned StartLevel,
43 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) {
103 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) &&
123 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1873::LevelIndentTracker
166 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords,
168 : Style(Style), Keywords(Keywords), End(Lines.end()), Next(Lines.begin()),
247 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,
213 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 DContinuationIndenter.cpp225 const AdditionalKeywords &Keywords,
230 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr),
439 Keywords.kw_dollar) &&
800 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
966 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
H A DFormatTokenLexer.cpp32 Style(Style), IdentTable(IdentTable), Keywords(IdentTable),
346 if (!Keywords.isCSharpKeyword(*Keyword))
475 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) ||
/freebsd-13-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-13-stable/contrib/bmake/unit-tests/
H A Ddeptgt.mk21 # Keywords:
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3800 Keywords, Pragma, C2x;
3849 Matches = &Keywords;
3884 StringMatcher("Name", Keywords, OS).Emit();

Completed in 107 milliseconds