Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h36 struct RawStringFormatStyleManager;
39 struct RawStringFormatStyleManager { struct
43 RawStringFormatStyleManager(const FormatStyle &CodeStyle); argument
199 const RawStringFormatStyleManager RawStringFormats;
H A DContinuationIndenter.cpp184 RawStringFormatStyleManager::RawStringFormatStyleManager( in RawStringFormatStyleManager() function in clang::format::RawStringFormatStyleManager
209 RawStringFormatStyleManager::getDelimiterStyle(StringRef Delimiter) const { in getDelimiterStyle()
217 RawStringFormatStyleManager::getEnclosingFunctionStyle( in getEnclosingFunctionStyle()