Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp4175 static const FormatToken *getFirstNonComment(const AnnotatedLine &Line) { in getFirstNonComment() function
4414 auto FirstNonComment = getFirstNonComment(Line); in mustBreakBefore()