|
LLDB mainline
|
Public Attributes | |
| clang::NamedDecl * | m_decl = nullptr |
| The persistent decl. | |
| lldb::TypeSystemWP | m_context |
| The TypeSystemClang for the ASTContext of m_decl. | |
Definition at line 97 of file ClangPersistentVariables.h.
| lldb::TypeSystemWP lldb_private::ClangPersistentVariables::PersistentDecl::m_context |
The TypeSystemClang for the ASTContext of m_decl.
Definition at line 101 of file ClangPersistentVariables.h.
Referenced by lldb_private::ClangPersistentVariables::GetCompilerTypeFromPersistentDecl().
| clang::NamedDecl* lldb_private::ClangPersistentVariables::PersistentDecl::m_decl = nullptr |
The persistent decl.
Definition at line 99 of file ClangPersistentVariables.h.
Referenced by lldb_private::ClangPersistentVariables::GetCompilerTypeFromPersistentDecl().