Searched defs:AnnotatedLine (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DTokenAnnotator.h39 class AnnotatedLine { class in namespace:clang::format
41 AnnotatedLine(const UnwrappedLine &Line) function in class:clang::format::AnnotatedLine
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
[all...]

Completed in 1022 milliseconds