Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2661 struct RawStringFormat { struct
2663 LanguageKind Language;
2665 std::vector<std::string> Delimiters;
2667 std::vector<std::string> EnclosingFunctions;
2669 std::string CanonicalDelimiter;
2673 std::string BasedOnStyle;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp185 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager() local