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()
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.cpp1046 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1051 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1055 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1058 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp422 clang::DeclContext *decl_ctx = m_ast->GetTranslationUnitDecl(); in CreateTypedef()
460 ctf_enum.name, m_ast->GetTranslationUnitDecl(), OptionalClangModuleID(), in CreateEnum()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1384 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()
1394 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseSubroutine()
3366 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()
3592 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h230 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1959 {"_ZN5clang9ASTReader22GetTranslationUnitDeclEv", "clang::ASTReader::GetTranslationUnitDecl()"},