Searched refs:nextLine (Results 1 – 2 of 2) sorted by relevance
109 enum nextLine = "\xC2\x85"; in stripLeadingLineTerminator() local128 case nextLine[0]: in stripLeadingLineTerminator()130 if (str.length >= 2 && str[0 .. 2] == nextLine) in stripLeadingLineTerminator()
53 void nextLine(const AnnotatedLine &Line) { in nextLine() function in clang::format::__anon25f930cf0111::LevelIndentTracker182 IndentTracker.nextLine(*Current); in getNextMergedLine()301 IndentTracker.nextLine(*I[i + 1]); in tryFitMultipleLinesInOne()