Lines Matching refs:SM
34 SourceMgr SM; in ExpectParseError() local
35 yaml::Stream Stream(Input, SM); in ExpectParseError()
36 SM.setDiagHandler(SuppressDiagnosticsOutput); in ExpectParseError()
43 SourceMgr SM; in ExpectParseSuccess() local
44 yaml::Stream Stream(Input, SM); in ExpectParseSuccess()
161 SourceMgr SM; in TEST() local
162 yaml::Stream Stream("test: |\n Hello\n World\n", SM); in TEST()
191 SourceMgr SM; in ExpectCanParseString() local
192 yaml::Stream Stream(StringInArray, SM); in ExpectCanParseString()
228 SourceMgr SM; in TEST() local
229 yaml::Stream Stream("[\"1\", \"2\", \"3\", \"4\", \"5\", \"6\"]", SM); in TEST()
236 SourceMgr SM; in TEST() local
239 SM.setDiagHandler(CollectDiagnosticsOutput, &GeneratedDiag); in TEST()
243 yaml::Stream UnnamedStream("[]", SM); in TEST()
249 SourceMgr SM; in TEST() local
252 SM.setDiagHandler(CollectDiagnosticsOutput, &GeneratedDiag); in TEST()
258 yaml::Stream Stream(Buffer->getMemBufferRef(), SM); in TEST()