reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
 1179     err.SetErrorToGenericError();
 1180     err.SetErrorString("IR doesn't contain a module");
 1181     return err;
 1191       err.SetErrorToGenericError();
 1192       err.SetErrorStringWithFormat("Couldn't find %s() in the module",
 1194       return err;
 1253       err.SetErrorString(
 1255       return err;
 1271         err.SetErrorStringWithFormat("Can't run the expression locally: %s",
 1273         return err;
 1278       err.SetErrorString("Expression needed to run in the target, but the "
 1280       return err;
 1284       err.SetErrorString("Top-level code needs to be inserted into a runnable "
 1286       return err;
 1300               err.SetErrorString(install_diagnostics.GetString().c_str());
 1302               err.SetErrorString("couldn't install checkers, unknown error");
 1304             return err;
 1320             err.SetErrorToGenericError();
 1321             err.SetErrorString("Couldn't add dynamic checks to the expression");
 1322             return err;
 1339       execution_unit_sp->GetRunnableInfo(err, func_addr, func_end);
 1342     execution_unit_sp->GetRunnableInfo(err, func_addr, func_end);
 1345   return err;