Lines Matching refs:Keywords
201 const AdditionalKeywords &Keywords, in UnwrappedLineParser() argument
205 CurrentLines(&Lines), Style(Style), Keywords(Keywords), Tokens(nullptr), in UnwrappedLineParser()
785 FormatTok->is(Keywords.kw_import)) { in parseStructuralElement()
789 if (FormatTok->isOneOf(Keywords.kw_signals, Keywords.kw_qsignals, in parseStructuralElement()
790 Keywords.kw_slots, Keywords.kw_qslots)) { in parseStructuralElement()
822 if (FormatTok->isOneOf(Keywords.kw_NS_ENUM, Keywords.kw_NS_OPTIONS, in parseStructuralElement()
823 Keywords.kw_CF_ENUM, Keywords.kw_CF_OPTIONS)) in parseStructuralElement()
905 FormatTok->is(Keywords.kw_function) && Line->Tokens.size() > 0) { in parseStructuralElement()
911 FormatTok->is(Keywords.kw_interface)) { in parseStructuralElement()
1124 if (FormatTok->is(Keywords.kw_function)) { in parseBracedList()
1214 FormatTok->is(Keywords.kw_function)) in parseParens()
1338 if (!(FormatTok->isOneOf(tok::kw_catch, Keywords.kw___except, in parseTryCatch()
1342 FormatTok->is(Keywords.kw_finally)) || in parseTryCatch()
1511 if (FormatTok->isOneOf(Keywords.kw_slots, Keywords.kw_qslots)) in parseAccessSpecifier()
1764 assert(FormatTok->isOneOf(Keywords.kw_import, tok::kw_export)); in parseJavaScriptEs6ImportExport()
1773 if (FormatTok->is(Keywords.kw_function)) { in parseJavaScriptEs6ImportExport()
1779 Keywords.kw_let, Keywords.kw_var)) in parseJavaScriptEs6ImportExport()