HomeSort by relevance Sort by last modified time
    Searched refs:AnnotatedLine (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Format/
TokenAnnotator.h 39 class AnnotatedLine {
41 AnnotatedLine(const UnwrappedLine &Line)
63 Children.push_back(new AnnotatedLine(Child));
71 ~AnnotatedLine() {
101 SmallVector<AnnotatedLine *, 0> Children;
123 AnnotatedLine(const AnnotatedLine &) = delete;
124 void operator=(const AnnotatedLine &) = delete;
149 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines);
151 void annotate(AnnotatedLine &Line)
    [all...]
UnwrappedLineFormatter.h 42 unsigned format(const SmallVectorImpl<AnnotatedLine *> &Lines,
50 const AnnotatedLine *PreviousLine, unsigned IndentLevel,
56 const AnnotatedLine *NextLine) const;
61 std::map<std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned>,
UnwrappedLineFormatter.cpp 21 bool startsExternCBlock(const AnnotatedLine &Line) {
30 /// \c nextLine must be called for each \c AnnotatedLine, after which \c
52 void nextLine(const AnnotatedLine &Line) {
73 void adjustToUnmodifiedLine(const AnnotatedLine &Line) {
132 const SmallVectorImpl<AnnotatedLine *> &Lines)
137 const AnnotatedLine *getNextMergedLine(bool DryRun,
141 const AnnotatedLine *Current = *Next;
162 SmallVectorImpl<AnnotatedLine *>::const_iterator I,
163 SmallVectorImpl<AnnotatedLine *>::const_iterator E) {
168 const AnnotatedLine *TheLine = *I
    [all...]
ContinuationIndenter.h 29 class AnnotatedLine;
47 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
354 const AnnotatedLine *Line;
Format.cpp     [all...]
FormatToken.h 108 class AnnotatedLine;
271 SmallVector<AnnotatedLine *, 1> Children;
TokenAnnotator.cpp 35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line,
    [all...]
ContinuationIndenter.cpp 71 const AnnotatedLine *Line,
    [all...]

Completed in 165 milliseconds