Searched refs:CommandStr (Results 1 – 1 of 1) sorted by relevance
1049 StringRef CommandStr, Rest; in runMRIScript() local1050 std::tie(CommandStr, Rest) = Line.split(' '); in runMRIScript()1054 auto Command = StringSwitch<MRICommand>(CommandStr.lower()) in runMRIScript()1101 fail("unknown command: " + CommandStr); in runMRIScript()