Searched refs:getFirstNonComment (Results 1 – 3 of 3) sorted by relevance
162 FormatToken *getFirstNonComment() const { in getFirstNonComment() function
1413 !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()
345 const auto *FirstNonComment = TheLine->getFirstNonComment(); in tryFitMultipleLinesInOne()