Lines Matching refs:verifyFormat

40   static void verifyFormat(llvm::StringRef Code) {  in verifyFormat()  function in clang::format::FormatTestProto
46 verifyFormat("message SomeMessage {\n" in TEST_F()
49 verifyFormat("message SomeMessage {\n" in TEST_F()
52 verifyFormat("message SomeMessage {\n" in TEST_F()
57 verifyFormat("message SomeMessage {\n" in TEST_F()
67 verifyFormat("optional string operator = 1;"); in TEST_F()
71 verifyFormat("enum Type {\n" in TEST_F()
76 verifyFormat("enum Type {\n" in TEST_F()
85 verifyFormat("rpc Search(SearchRequest) returns (SearchResponse);"); in TEST_F()
89 verifyFormat("optional string test = 1 [default = \"test\"];"); in TEST_F()
90 verifyFormat("optional bool a = 1 [default = true, deprecated = true];"); in TEST_F()
91 verifyFormat("optional LongMessageType long_proto_field = 1\n" in TEST_F()
94 verifyFormat("optional LongMessageType long_proto_field = 1\n" in TEST_F()
96 verifyFormat("repeated double value = 1\n" in TEST_F()
98 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n" in TEST_F()
102 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n" in TEST_F()
106 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n" in TEST_F()
111 verifyFormat("repeated double value = 1 [(aaaaaaa.aaaaaaaaa) = {\n" in TEST_F()
127 verifyFormat("option (MyProto.options) = {\n" in TEST_F()
134 verifyFormat("option (MyProto.options) = {\n" in TEST_F()
144 verifyFormat("option (MyProto.options) = {\n" in TEST_F()
151 verifyFormat("option (MyProto.options) = {\n" in TEST_F()
158 verifyFormat("service SearchService {\n" in TEST_F()
166 verifyFormat("extend .foo.Bar {\n" in TEST_F()