Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h124 std::optional<FormatStyle> getRawStringStyle(const FormatToken &Current,
H A DContinuationIndenter.cpp2015 auto RawStringStyle = getRawStringStyle(Current, State); in handleEndOfLine()
2084 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle() function in clang::format::ContinuationIndenter