Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp459 static CppModuleConfiguration LogConfigError(const std::string &msg) { in LogConfigError() function
471 return LogConfigError("Language doesn't support C++ modules"); in GetModuleConfig()
475 return LogConfigError("No target"); in GetModuleConfig()
479 return LogConfigError("No frame"); in GetModuleConfig()
483 return LogConfigError("No block"); in GetModuleConfig()
488 return LogConfigError("Couldn't calculate symbol context"); in GetModuleConfig()