Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp165 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...]
H A DPdbAstBuilder.h58 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp92 enum_type_name, type_system->GetTranslationUnitDecl(), in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1047 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp421 clang::DeclContext *decl_ctx = m_ast->GetTranslationUnitDecl(); in CreateTypedef()
462 ctf_enum.name, m_ast->GetTranslationUnitDecl(), OptionalClangModuleID(), in CreateEnum()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1306 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h228 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
H A DTypeSystemClang.cpp8589 GetTranslationUnitDecl()->dump(output); in Dump()