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.h162 FormatToken *getFirstNonComment() const { in getFirstNonComment() function
H A DTokenAnnotator.cpp1413 !Line.getFirstNonComment()->isOneOf(tok::kw_enum, tok::kw_case, in consumeToken()
3637 for (FormatToken *Tok = Line.getFirstNonComment(), *Name = nullptr; Tok; in getFunctionName()
3968 const auto *FirstNonComment = Line.getFirstNonComment(); in calculateFormattingInformation()
5911 auto *FirstNonComment = Line.getFirstNonComment(); in mustBreakBefore()
H A DUnwrappedLineFormatter.cpp345 const auto *FirstNonComment = TheLine->getFirstNonComment(); in tryFitMultipleLinesInOne()