Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.h158 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines);
H A DTokenAnnotator.cpp1895 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels() function in clang::format::TokenAnnotator
1925 setCommentLineLevels((*I)->Children); in setCommentLineLevels()
H A DFormat.cpp1177 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()