HomeSort by relevance Sort by last modified time
    Searched defs:UnwrappedLine (Results 1 - 2 of 2) sorted by null

  /external/yapf/yapf/yapflib/
unwrapped_line.py 14 """UnwrappedLine primitive for formatting.
29 class UnwrappedLine(object):
94 uwline = UnwrappedLine(self.depth)
98 uwline = UnwrappedLine(self.depth)
173 return 'UnwrappedLine(depth={0}, tokens=[{1}])'.format(
  /external/clang/lib/Format/
UnwrappedLineParser.h 36 struct UnwrappedLine {
37 UnwrappedLine();
40 /// \brief The \c Tokens comprising this \c UnwrappedLine.
43 /// \brief The indent level of the \c UnwrappedLine.
46 /// \brief Whether this \c UnwrappedLine is part of a preprocessor directive.
55 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0;
134 std::unique_ptr<UnwrappedLine> Line;
145 SmallVector<UnwrappedLine, 8> Lines;
150 SmallVector<UnwrappedLine, 4> PreprocessorDirectives;
156 SmallVectorImpl<UnwrappedLine> *CurrentLines
    [all...]

Completed in 736 milliseconds