Home
last modified time | relevance | path

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

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