Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3537 struct RawStringFormat { global() struct
3539 LanguageFormatStyle::RawStringFormat global() argument
3541 DelimitersFormatStyle::RawStringFormat global() argument
3543 EnclosingFunctionsFormatStyle::RawStringFormat global() argument
3545 CanonicalDelimiterFormatStyle::RawStringFormat global() argument
3549 BasedOnStyleFormatStyle::RawStringFormat global() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp198 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager() local