Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1422 struct RawStringFormat { struct
1424 LanguageKind Language;
1426 std::vector<std::string> Delimiters;
1428 std::vector<std::string> EnclosingFunctions;
1430 std::string CanonicalDelimiter;
1434 std::string BasedOnStyle;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp186 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager() local