Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2768 struct RawStringFormat { struct
2770 LanguageKind Language;
2772 std::vector<std::string> Delimiters;
2774 std::vector<std::string> EnclosingFunctions;
2776 std::string CanonicalDelimiter;
2780 std::string BasedOnStyle;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp185 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager() local