Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h220 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines) const;
H A DTokenAnnotator.cpp3126 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels() function in clang::format::TokenAnnotator
3154 setCommentLineLevels(Line->Children); in setCommentLineLevels()
H A DFormat.cpp2401 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()