Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp164 lldb_private::CompilerDeclContext PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder
165 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()
H A DPdbAstBuilder.h58 lldb_private::CompilerDeclContext GetTranslationUnitDecl();
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1049 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1223 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h224 clang::TranslationUnitDecl *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
H A DTypeSystemClang.cpp8549 GetTranslationUnitDecl()->dump(output); in Dump()