Home
last modified time | relevance | path

Searched refs:configurationAsText (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp581 std::string Config = clang::format::configurationAsText(*FormatStyle); in dumpConfig()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5279 std::string configurationAsText(const FormatStyle &Style);
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2076 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() function