Home
last modified time | relevance | path

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

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