Home | History | Annotate | Download | only in slang

Lines Matching refs:ErrorMsg

266                                   std::string &ErrorMsg) {
271 ErrorMsg))
1194 std::string &ErrorMsg) {
1201 ErrorMsg))
1882 std::string ErrorMsg, ScriptClassName;
1896 if (!genScriptClass(*C, ScriptClassName, ErrorMsg)) {
1898 << ErrorMsg << ")" << std::endl;
1916 if (!ERT->isArtificial() && !genTypeClass(*C, ERT, ErrorMsg)) {
1918 << ERT->getName() << "' (" << ErrorMsg << ")" << std::endl;
1958 std::string &ErrorMsg) {
1965 if (!SlangUtils::CreateDirectoryWithParents(Path, &ErrorMsg))
1972 ErrorMsg = "failed to open file '" + ClassFile + "' for write";
1993 std::string &ErrorMsg) {
1998 if (!openClassFile(ClassName, ErrorMsg))