Home
last modified time | relevance | path

Searched defs:FirstNonComment (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3968 const auto *FirstNonComment = Line.getFirstNonComment(); in calculateFormattingInformation() local
5911 auto *FirstNonComment = Line.getFirstNonComment(); in mustBreakBefore() local
H A DUnwrappedLineFormatter.cpp345 const auto *FirstNonComment = TheLine->getFirstNonComment(); in tryFitMultipleLinesInOne() local