Home
last modified time | relevance | path

Searched refs:LogConfigError (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp456 static CppModuleConfiguration LogConfigError(const std::string &msg) { in LogConfigError() function
468 return LogConfigError("Language doesn't support C++ modules"); in GetModuleConfig()
472 return LogConfigError("No target"); in GetModuleConfig()
476 return LogConfigError("No frame"); in GetModuleConfig()
480 return LogConfigError("No block"); in GetModuleConfig()
485 return LogConfigError("Couldn't calculate symbol context"); in GetModuleConfig()