Searched defs:fileLine (Results 1 – 2 of 2) sorted by relevance
230 void LogError(const char *funcName, int fileLine, const std::string &message) in LogError()235 … void LogError(const char *funcName, int fileLine, const Token &token, const std::string &message) in LogError()241 …void LogErrorBeforeToken(const char *funcName, int fileLine, const Token &token, const std::string… in LogErrorBeforeToken()
478 std::string fileLine = ""; in WriteFileList() local