Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h155 FormatToken *getFirstNonComment() const { in getFirstNonComment() function
H A DUnwrappedLineFormatter.cpp361 const auto *FirstNonComment = TheLine->getFirstNonComment(); in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp3573 for (FormatToken *Tok = Line.getFirstNonComment(), *Name = nullptr; Tok; in getFunctionName()
5763 auto *FirstNonComment = Line.getFirstNonComment(); in mustBreakBefore()