Home
last modified time | relevance | path

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

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