Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h166 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines);
H A DTokenAnnotator.cpp2322 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels() function in clang::format::TokenAnnotator
2355 setCommentLineLevels((*I)->Children); in setCommentLineLevels()
H A DFormat.cpp1684 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()