Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp23133 std::string format_file_arg = std::string("file:") + FormatFilePath.c_str(); in TEST() local
23134 Style = getStyle(format_file_arg, TestFilePath, "LLVM", "", nullptr); in TEST()