Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h179 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines) const;
H A DTokenAnnotator.cpp2720 void TokenAnnotator::setCommentLineLevels( in setCommentLineLevels() function in clang::format::TokenAnnotator
2748 setCommentLineLevels(Line->Children); in setCommentLineLevels()
H A DFormat.cpp2229 Annotator.setCommentLineLevels(AnnotatedLines); in analyze()