Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h224 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines) const;
H A DTokenAnnotator.cpp3530 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels() function in clang::format::TokenAnnotator
3558 setCommentLineLevels(Line->Children); in setCommentLineLevels()
H A DFormat.cpp2434 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()