Searched refs:GetTranslationUnitDecl (Results 1 – 6 of 6) sorted by relevance
164 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder165 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()180 return {m_clang.GetTranslationUnitDecl(), std::string(record.UniqueName)}; in CreateDeclInfoForType()191 clang::DeclContext *context = m_clang.GetTranslationUnitDecl(); in CreateDeclInfoForType()309 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateDeclContextForUid()329 auto *context = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateDeclInfoForUndecoratedName()380 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()418 return FromCompilerDeclContext(GetTranslationUnitDecl()); in GetParentDeclContext()712 auto context = FromCompilerDeclContext(GetTranslationUnitDecl()); in GetOrCreateVariableDecl()986 parent = FromCompilerDeclContext(GetTranslationUnitDecl()); in CreateFunctionDeclFromId()
58 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
1049 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1054 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1058 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()1061 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1223 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()1233 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()3292 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()3477 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
224 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
8549 GetTranslationUnitDecl()->dump(output); in Dump()