Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2049 size_t LastNewlinePos = Text.find_last_of("\n"); in getLastLineEndColumn() local
2050 if (LastNewlinePos == StringRef::npos) { in getLastLineEndColumn()
2054 return encoding::columnWidthWithTabs(Text.substr(LastNewlinePos), in getLastLineEndColumn()