Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h124 llvm::Optional<FormatStyle> getRawStringStyle(const FormatToken &Current,
H A DContinuationIndenter.cpp1627 auto RawStringStyle = getRawStringStyle(Current, State); in handleEndOfLine()
1695 ContinuationIndenter::getRawStringStyle(const FormatToken &Current, in getRawStringStyle() function in clang::format::ContinuationIndenter