|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/unittests/Format/FormatTest.cpp 78 EXPECT_EQ(Expected.str(), format(test::messUp(Code), ObjCStyle));
84 verifyFormat(Code, test::messUp(Code), Style);
90 format(test::messUp(Code), Style, SC_ExpectIncomplete));
112 EXPECT_EQ("1 2 3", test::messUp("1 2 3"));
113 EXPECT_EQ("1 2 3\n", test::messUp("1\n2\n3\n"));
114 EXPECT_EQ("a\n//b\nc", test::messUp("a\n//b\nc"));
115 EXPECT_EQ("a\n#b\nc", test::messUp("a\n#b\nc"));
116 EXPECT_EQ("a\n#b c d\ne", test::messUp("a\n#b\\\nc\\\nd\ne"));
tools/clang/unittests/Format/FormatTestCSharp.cpp 49 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style));
tools/clang/unittests/Format/FormatTestComments.cpp 73 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style));
tools/clang/unittests/Format/FormatTestJS.cpp 53 std::string Result = format(test::messUp(Code), Style);
tools/clang/unittests/Format/FormatTestJava.cpp 49 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style));
tools/clang/unittests/Format/FormatTestObjC.cpp 61 EXPECT_EQ(Code.str(), format(test::messUp(Code)));
65 EXPECT_EQ(Code.str(), format(test::messUp(Code), SC_ExpectIncomplete));
tools/clang/unittests/Format/FormatTestProto.cpp 41 EXPECT_EQ(Code.str(), format(test::messUp(Code)));
tools/clang/unittests/Format/FormatTestTableGen.cpp 41 EXPECT_EQ(Code.str(), format(test::messUp(Code)));
tools/clang/unittests/Format/FormatTestTextProto.cpp 39 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style));