Home | History | Annotate | Download | only in slang

Lines Matching refs:ErrorMsg

281                                   std::string &ErrorMsg) {
286 ErrorMsg))
1367 std::string &ErrorMsg) {
1376 ErrorMsg))
2061 std::string ErrorMsg, ScriptClassName;
2075 if (!genScriptClass(*C, ScriptClassName, ErrorMsg)) {
2077 << ErrorMsg << ")" << std::endl;
2095 if (!ERT->isArtificial() && !genTypeClass(*C, ERT, ErrorMsg)) {
2097 << ERT->getName() << "' (" << ErrorMsg << ")" << std::endl;
2128 std::string &ErrorMsg) {
2135 if (!SlangUtils::CreateDirectoryWithParents(Path, &ErrorMsg))
2142 ErrorMsg = "failed to open file '" + ClassFile + "' for write";
2163 std::string &ErrorMsg) {
2168 if (!openClassFile(ClassName, ErrorMsg))