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