Searched refs:pErrCode (Results 1 – 2 of 2) sorted by relevance
75 static const char *GetErrorString(enum ErrorCode pErrCode);
118 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() argument119 switch (pErrCode) { in GetErrorString()