Error class for handling problems when finding a certain DeclContext.
More...
Error class for handling problems when finding a certain DeclContext.
Definition at line 99 of file CxxModuleHandler.cpp.
◆ MissingDeclContext()
MissingDeclContext::MissingDeclContext |
( |
DeclContext * |
context, |
|
|
std::string |
error |
|
) |
| |
|
inline |
◆ convertToErrorCode()
std::error_code MissingDeclContext::convertToErrorCode |
( |
| ) |
const |
|
inlineoverride |
◆ log()
void MissingDeclContext::log |
( |
llvm::raw_ostream & |
OS | ) |
const |
|
inlineoverride |
◆ ID
char MissingDeclContext::ID = 0 |
|
static |
◆ m_context
DeclContext* MissingDeclContext::m_context |
◆ m_error
std::string MissingDeclContext::m_error |
The documentation for this struct was generated from the following file: