reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1099               ignore_containing_context ? m_ast.GetTranslationUnitDecl()
 1108                 ignore_containing_context ? m_ast.GetTranslationUnitDecl()
 3419       decl_ctx = m_ast.GetTranslationUnitDecl();
 3598   return m_ast.GetTranslationUnitDecl();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  211   return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl());
  224     return {m_clang.GetTranslationUnitDecl(), record.UniqueName};
  235   clang::DeclContext *context = m_clang.GetTranslationUnitDecl();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
 1024     return m_ast.GetTranslationUnitDecl();
 1028     return m_ast.GetTranslationUnitDecl();
 1032     return m_ast.GetTranslationUnitDecl();
 1035   clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl();
tools/lldb/source/Symbol/ClangASTContext.cpp
 8968   Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl());
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  407       m_ast->GetTranslationUnitDecl(), eAccessPublic, "foo", TTK_Struct, infos);
  413           m_ast->GetTranslationUnitDecl(), decl, TTK_Struct, infos);
  423       CompilerDeclContext(m_ast.get(), m_ast->GetTranslationUnitDecl()));