Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3537 struct RawStringFormat { struct
3539 LanguageKind Language;
3541 std::vector<std::string> Delimiters;
3543 std::vector<std::string> EnclosingFunctions;
3545 std::string CanonicalDelimiter;
3549 std::string BasedOnStyle;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp198 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager() local