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