Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp68 void verifyIncompleteFormat(llvm::StringRef Code, in verifyIncompleteFormat() function in clang::format::__anon4a65ed390111::FormatTest
2319 verifyIncompleteFormat("try {} catch ("); in TEST_F()
2730 verifyIncompleteFormat("#define A :"); in TEST_F()
2736 verifyIncompleteFormat("#define STR(x) #x\n" in TEST_F()
2743 verifyIncompleteFormat("({\n" in TEST_F()
3087 verifyIncompleteFormat("void f(\n" in TEST_F()
6211 verifyIncompleteFormat("for {\n foo;\n foo();\n}"); in TEST_F()
6217 verifyIncompleteFormat("namespace {\n" in TEST_F()
7617 verifyIncompleteFormat("[self setDict:@{}"); in TEST_F()
7618 verifyIncompleteFormat("[self setDict:@{@1 : @2}"); in TEST_F()
[all …]