Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp210 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder
211 return ToCompilerDeclContext(*m_clang.GetTranslationUnitDecl()); in GetTranslationUnitDecl()
224 return {m_clang.GetTranslationUnitDecl(), std::string(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 …]
H A DPdbAstBuilder.h56 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1040 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1044 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1048 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1051 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1244 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()
1254 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()
3232 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()
3440 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h221 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
H A DTypeSystemClang.cpp8371 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl()); in Dump()