Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h565 clang::TranslationUnitDecl * m_clang_tu_decl; variable
DSymbolFileDWARF.cpp456 m_clang_tu_decl (NULL), in SymbolFileDWARF()
4615 if (m_clang_tu_decl == NULL) in GetClangDeclContextContainingDIE()
4616 m_clang_tu_decl = GetClangASTContext().getASTContext()->getTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
4633 return m_clang_tu_decl; in GetClangDeclContextContainingDIE()
4661 return m_clang_tu_decl; in GetClangDeclContextContainingDIE()