Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.h317 std::string configurationAsText(const ClangTidyOptions &Options);
DClangTidyOptions.cpp392 std::string configurationAsText(const ClangTidyOptions &Options) { in configurationAsText() function
/external/clang/tools/clang-format/
DClangFormat.cpp340 clang::format::configurationAsText(clang::format::getStyle( in main()
/external/clang/include/clang/Format/
DFormat.h763 std::string configurationAsText(const FormatStyle &Style);
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp458 llvm::outs() << configurationAsText(ClangTidyOptions::getDefaults().merge( in clangTidyMain()
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp487 std::string Config = clang::format::configurationAsText(*FormatStyle); in dumpConfig()
/external/llvm-project/clang/include/clang/Format/
DFormat.h2657 std::string configurationAsText(const FormatStyle &Style);
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp299 tidy::configurationAsText(ClangTidyOpts)); in build()
/external/clang/lib/Format/
DFormat.cpp781 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() function
/external/llvm-project/clang/lib/Format/
DFormat.cpp1389 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText() function
/external/clang/unittests/Format/
DFormatTest.cpp10511 std::string YAML = configurationAsText(Style); in TEST_F()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14710 std::string YAML = configurationAsText(Style); in TEST_F()