Searched refs:setCommentLineLevels (Results 1 – 3 of 3) sorted by relevance
179 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines) const;
2720 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels() function in clang::format::TokenAnnotator2748 setCommentLineLevels(Line->Children); in setCommentLineLevels()
2229 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()