Home
last modified time | relevance | path

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

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