Searched refs:GetTranslationUnitDecl (Results 1 – 7 of 7) 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();
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()
1273 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()1283 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()3429 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()3655 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
225 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
8424 GetTranslationUnitDecl()->dump(output); in Dump()