Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp458 static CppModuleConfiguration LogConfigError(const std::string &msg) { in LogConfigError() function
470 return LogConfigError("Language doesn't support C++ modules"); in GetModuleConfig()
474 return LogConfigError("No target"); in GetModuleConfig()
478 return LogConfigError("No frame"); in GetModuleConfig()
482 return LogConfigError("No block"); in GetModuleConfig()
487 return LogConfigError("Couldn't calculate symbol context"); in GetModuleConfig()