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