Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h124 std::optional<FormatStyle> getRawStringStyle(const FormatToken &Current,
H A DContinuationIndenter.cpp2180 auto RawStringStyle = getRawStringStyle(Current, State); in handleEndOfLine()
2249 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle() function in clang::format::ContinuationIndenter