Lines Matching defs:PrintFunc

19   auto PrintFunc = [](ScopedPrinter &W) {
32 PrintFunc(PrettyPrintWriter);
35 PrintFunc(NoPrettyPrintWriter);
76 using PrintFunc = function_ref<void(ScopedPrinter &)>;
78 void verifyScopedPrinter(StringRef Expected, PrintFunc Func) {
85 void verifyJSONScopedPrinter(StringRef Expected, PrintFunc Func) {
97 PrintFunc Func) {
122 auto PrintFunc = [](ScopedPrinter &W) {
134 verifyScopedPrinter(ExpectedOut, PrintFunc);
138 auto PrintFunc = [](ScopedPrinter &W) {
154 verifyScopedPrinter(ExpectedOut, PrintFunc);
158 auto PrintFunc = [](ScopedPrinter &W) {
168 verifyScopedPrinter(ExpectedOut, PrintFunc);
172 auto PrintFunc = [](ScopedPrinter &W) {
183 verifyScopedPrinter(ExpectedOut, PrintFunc);
204 auto PrintFunc = [](ScopedPrinter &W) {
221 verifyScopedPrinter(ExpectedOut, PrintFunc);
225 auto PrintFunc = [](ScopedPrinter &W) {
246 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
250 auto PrintFunc = [](ScopedPrinter &W) {
509 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
544 auto PrintFunc = [&](ScopedPrinter &W) {
685 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
689 auto PrintFunc = [](ScopedPrinter &W) {
702 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
706 auto PrintFunc = [](ScopedPrinter &W) {
711 verifyScopedPrinter(ExpectedOut, PrintFunc);
715 auto PrintFunc = [](ScopedPrinter &W) {
820 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
824 auto PrintFunc = [](ScopedPrinter &W) {
832 verifyScopedPrinter(ExpectedOut, PrintFunc);
836 auto PrintFunc = [](ScopedPrinter &W) {
852 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
856 auto PrintFunc = [](ScopedPrinter &W) {
870 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
874 auto PrintFunc = [](ScopedPrinter &W) {
892 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
896 auto PrintFunc = [](ScopedPrinter &W) {
923 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
927 auto PrintFunc = [](ScopedPrinter &W) {
1120 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
1124 auto PrintFunc = [](ScopedPrinter &W) { W.printObject("Object", "Value"); };
1132 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);
1136 auto PrintFunc = [](ScopedPrinter &W) {
1145 verifyScopedPrinter(ExpectedOut, PrintFunc);
1149 auto PrintFunc = [](ScopedPrinter &W) { W.getOStream() << "Test"; };
1152 verifyScopedPrinter(ExpectedOut, PrintFunc);
1156 auto PrintFunc = [](ScopedPrinter &W) {
1197 verifyAll(ExpectedOut, JSONExpectedOut, PrintFunc);