Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp3761 verifyGoogleFormat( in TEST_F()
7392 verifyGoogleFormat( in TEST_F()
7395 verifyGoogleFormat( in TEST_F()
7402 verifyGoogleFormat( in TEST_F()
7503 verifyGoogleFormat( in TEST_F()
7567 verifyGoogleFormat( in TEST_F()
7570 verifyGoogleFormat( in TEST_F()
7573 verifyGoogleFormat( in TEST_F()
7576 verifyGoogleFormat( in TEST_F()
7835 verifyGoogleFormat( in TEST_F()
[all …]
H A DFormatTestComments.cpp71 void verifyGoogleFormat(llvm::StringRef Code) { in verifyGoogleFormat() function in clang::format::__anond3f46c2d0111::FormatTestComments
260 verifyGoogleFormat("int a; // Trailing comment."); in TEST_F()
265 verifyGoogleFormat("#endif // HEADER_GUARD"); in TEST_F()
272 verifyGoogleFormat( in TEST_F()
472 verifyGoogleFormat("#define A \\\n" in TEST_F()
1422 verifyGoogleFormat( in TEST_F()
1425 verifyGoogleFormat("static SomeType type = {aaaaaaaaaaa,\n" in TEST_F()