Home
last modified time | relevance | path

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

/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp271 size_t NewlinePos = Substr.find_first_of("\r\n"); in addColumnOffset() local
282 size_t NewlinePos = Line.find_first_of("\r\n"); in addEndLineOffsetAndEndColumn() local
/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp172 auto NewlinePos = Text.find_first_of('\n'); in calculateLineBreakInformation() local