Lines Matching refs:SM
32 SourceMgr SM; in ExpectParseError() local
33 yaml::Stream Stream(Input, SM); in ExpectParseError()
34 SM.setDiagHandler(SuppressDiagnosticsOutput); in ExpectParseError()
41 SourceMgr SM; in ExpectParseSuccess() local
42 yaml::Stream Stream(Input, SM); in ExpectParseSuccess()
159 SourceMgr SM; in TEST() local
160 yaml::Stream Stream("test: |\n Hello\n World\n", SM); in TEST()
190 SourceMgr SM; in ExpectCanParseString() local
191 yaml::Stream Stream(StringInArray, SM); in ExpectCanParseString()
227 SourceMgr SM; in TEST() local
228 yaml::Stream Stream("[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\"]", SM); in TEST()
235 SourceMgr SM; in TEST() local
238 SM.setDiagHandler(CollectDiagnosticsOutput, &GeneratedDiag); in TEST()
242 yaml::Stream UnnamedStream("[]", SM); in TEST()
248 SourceMgr SM; in TEST() local
251 SM.setDiagHandler(CollectDiagnosticsOutput, &GeneratedDiag); in TEST()
257 yaml::Stream Stream(Buffer->getMemBufferRef(), SM); in TEST()
263 SourceMgr SM; in TEST() local
264 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST()
278 SourceMgr SM; in TEST() local
279 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST()
293 SourceMgr SM; in TEST() local
294 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST()
295 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST()
314 SourceMgr SM; in TEST() local
315 yaml::Stream Stream("[\"1\", \"2\"]", SM); in TEST()
316 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST()
336 SourceMgr SM; in TEST() local
339 yaml::Stream Stream(Str, SM); in TEST()