Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp496 std::string Config = clang::format::configurationAsText(*FormatStyle); in dumpConfig()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3501 std::string configurationAsText(const FormatStyle &Style);
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1491 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() function