Searched refs:GetTranslationUnitDecl (Results 1 – 6 of 6) sorted by relevance
210 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder211 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()224 return {m_clang.GetTranslationUnitDecl(), std::string(record.UniqueName)}; in CreateDeclInfoForType()235 clang::DeclContext *context = m_clang.GetTranslationUnitDecl(); in CreateDeclInfoForType()488 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()505 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()546 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()567 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContextForSymbol()595 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()633 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()[all …]
56 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
1040 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1044 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1048 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1051 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1244 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()1254 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()3232 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()3440 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
221 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
8371 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl()); in Dump()