Home
last modified time | relevance | path

Searched refs:GetTranslationUnitDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp210 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder
211 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 …]
HDPdbAstBuilder.h56 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp1015 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()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp1174 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()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h166 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp7943 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl()); in Dump()