Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp4346 static const FormatToken *getFirstNonComment(const AnnotatedLine &Line) { in getFirstNonComment() function
4599 auto FirstNonComment = getFirstNonComment(Line); in mustBreakBefore()