Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3696 struct RawStringFormat { struct
3698 LanguageKind Language;
3700 std::vector<std::string> Delimiters;
3702 std::vector<std::string> EnclosingFunctions;
3704 std::string CanonicalDelimiter;
3708 std::string BasedOnStyle;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp198 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager() local