Home
last modified time | relevance | path

Searched defs:RawStringFormat (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Format/
H A DFormat.h3696 struct RawStringFormat { global() struct
3698 LanguageFormatStyle::RawStringFormat global() argument
3700 DelimitersFormatStyle::RawStringFormat global() argument
3702 EnclosingFunctionsFormatStyle::RawStringFormat global() argument
3704 CanonicalDelimiterFormatStyle::RawStringFormat global() argument
3708 BasedOnStyleFormatStyle::RawStringFormat global() argument
/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp198 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { RawStringFormatStyleManager() local