Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h468 std::string configurationAsText(const FormatStyle &Style);
/external/clang/tools/clang-format/
DClangFormat.cpp296 clang::format::configurationAsText(clang::format::getStyle( in main()
/external/clang/lib/Format/
DFormat.cpp532 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() function
/external/clang/unittests/Format/
DFormatTest.cpp8356 std::string YAML = configurationAsText(Style); in TEST_F()