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