Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp270 size_t NewlinePos = Substr.find_first_of("\r\n"); in addColumnOffset() local
281 size_t NewlinePos = Line.find_first_of("\r\n"); in addEndLineOffsetAndEndColumn() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp148 auto NewlinePos = Text.find_first_of('\n'); in calculateLineBreakInformation() local