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

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

Completed in 84 milliseconds