Home
last modified time | relevance | path

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

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