Searched refs:GetTranslationUnitDecl (Results 1 – 8 of 8) sorted by relevance
165 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder 166 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() [all...]
58 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
92 enum_type_name, type_system->GetTranslationUnitDecl(), in GetRegisterType()
1047 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1052 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1056 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1059 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
421 clang::DeclContext *decl_ctx = m_ast->GetTranslationUnitDecl(); in CreateTypedef()462 ctf_enum.name, m_ast->GetTranslationUnitDecl(), OptionalClangModuleID(), in CreateEnum()
1306 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()1316 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()3359 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()3585 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
228 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
8589 GetTranslationUnitDecl()->dump(output); in Dump()