Searched refs:GetTranslationUnitDecl (Results 1 – 8 of 8) sorted by relevance
165 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder166 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()181 return {m_clang.GetTranslationUnitDecl(), std::string(record.UniqueName)}; in CreateDeclInfoForType()192 clang::DeclContext *context = m_clang.GetTranslationUnitDecl(); in CreateDeclInfoForType()310 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()330 auto *context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()381 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()419 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()714 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()988 parent = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateFunctionDeclFromId()
58 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
92 enum_type_name, type_system->GetTranslationUnitDecl(), in GetRegisterType()
1046 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1051 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1055 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1058 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
422 clang::DeclContext *decl_ctx = m_ast->GetTranslationUnitDecl(); in CreateTypedef()460 ctf_enum.name, m_ast->GetTranslationUnitDecl(), OptionalClangModuleID(), in CreateEnum()
1384 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()1394 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()3366 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()3592 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
230 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
1959 {"_ZN5clang9ASTReader22GetTranslationUnitDeclEv", "clang::ASTReader::GetTranslationUnitDecl()"},