Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1538 unsigned NextLineOffset; in fixCppIncludeInsertions() local
1541 NextLineOffset = std::min(Code.size(), Offset + Line.size() + 1); in fixCppIncludeInsertions()
1547 CategoryEndOffsets[Category] = NextLineOffset; in fixCppIncludeInsertions()
1551 Offset = NextLineOffset; in fixCppIncludeInsertions()