Home
last modified time | relevance | path

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

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