LLDB mainline
Public Attributes | List of all members
lldb_private::ClangPersistentVariables::PersistentDecl Struct Reference

Public Attributes

clang::NamedDecl * m_decl = nullptr
 The persistent decl.
 
lldb::TypeSystemWP m_context
 The TypeSystemClang for the ASTContext of m_decl.
 

Detailed Description

Definition at line 97 of file ClangPersistentVariables.h.

Member Data Documentation

◆ m_context

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().

◆ m_decl

clang::NamedDecl* lldb_private::ClangPersistentVariables::PersistentDecl::m_decl = nullptr

The documentation for this struct was generated from the following file: