Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp74 void verifyGoogleFormat(llvm::StringRef Code) { in verifyGoogleFormat() function in clang::format::__anon4a65ed390111::FormatTest
679 verifyGoogleFormat("switch (x) {\n" in TEST_F()
691 verifyGoogleFormat("switch (x) {\n" in TEST_F()
697 verifyGoogleFormat("switch (test)\n" in TEST_F()
700 verifyGoogleFormat("#define OPERATION_CASE(name) \\\n" in TEST_F()
703 verifyGoogleFormat("Operation codeToOperation(OperationCode OpCode) {\n" in TEST_F()
934 verifyGoogleFormat("int a; // Trailing comment."); in TEST_F()
939 verifyGoogleFormat("#endif // HEADER_GUARD"); in TEST_F()
946 verifyGoogleFormat( in TEST_F()
1121 verifyGoogleFormat("#define A \\\n" in TEST_F()
[all …]