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(), 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();
1015 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1019 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1023 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1026 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1174 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()1183 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()3330 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()3511 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
166 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
7943 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl()); in Dump()