Home | History | Annotate | Download | only in Format

Lines Matching refs:Keywords

40                      const AdditionalKeywords &Keywords, unsigned StartLevel,
42 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) {
93 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) &&
113 const AdditionalKeywords &Keywords;
121 /// For example, the 'public' keywords is often indented with a negative
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords,
133 : Style(Style), Keywords(Keywords), End(Lines.end()),
323 // Don't merge ObjC @ keywords and methods.
337 tok::kw_for, tok::r_brace, Keywords.kw___except)) {
352 Keywords.kw___except, tok::kw___finally))
368 Keywords.kw_interface))
447 const AdditionalKeywords &Keywords;
800 LineJoiner Joiner(Style, Keywords, Lines);
811 LevelIndentTracker IndentTracker(Style, Keywords, Lines[0]->Level,