Searched refs:mpltFile (Results 1 – 3 of 3) sorted by relevance
497 std::ofstream mpltFile; in DumpToHeaderFile() local498 mpltFile.open(outfileName, std::ios::trunc); in DumpToHeaderFile()500 LogInfo::MapleLogger().rdbuf(mpltFile.rdbuf()); // change cout's buffer to that of file in DumpToHeaderFile()522 mpltFile.close(); in DumpToHeaderFile()560 std::ofstream mpltFile; in DumpToCxxHeaderFile() local561 mpltFile.open(pathToOutf, std::ios::trunc); in DumpToCxxHeaderFile()563 LogInfo::MapleLogger().rdbuf(mpltFile.rdbuf()); // change cout's buffer to that of file in DumpToCxxHeaderFile()602 mpltFile.close(); in DumpToCxxHeaderFile()
1359 bool MIRParser::ParseMPLT(std::ifstream &mpltFile, const std::string &importFileName) in ParseMPLT() argument1368 lexer.SetFile(mpltFile); in ParseMPLT()
116 bool ParseMPLT(std::ifstream &mpltFile, const std::string &importFileName);