Lines Matching +defs:clang +defs:format
16 #define DEBUG_TYPE "format-formatter"
18 namespace clang {
19 namespace format {
173 /// lines. Think about the --lines parameter of clang-format.
961 // In the first pass we format all macro arguments in the expanded token
992 /// Base class for classes that format one \c AnnotatedLine.
1010 /// format the nested block before it.
1022 /// If \p NewLine is true, we format the nested block on separate lines, i.e.
1023 /// break after the "{", format all lines with correct indentation and the put
1046 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent,
1164 // If the ObjC method declaration does not fit on a line, we should format
1332 unsigned UnwrappedLineFormatter::format(
1379 // We cannot format this line; if the reason is that the line had a
1418 // If no token in the current line is affected, we still need to format
1423 format(Tok->Children, DryRun);
1609 } // namespace format
1610 } // namespace clang