Home
last modified time | relevance | path

Searched refs:setCommentLineLevels (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h164 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines) const;
H A DTokenAnnotator.cpp2642 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels() function in clang::format::TokenAnnotator
2667 setCommentLineLevels(Line->Children); in setCommentLineLevels()
H A DFormat.cpp2030 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()