Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp213 clang::DeclContext &PdbAstBuilder::GetTranslationUnitDecl() { in GetTranslationUnitDecl() function in PdbAstBuilder
214 return *m_clang.GetTranslationUnitDecl(); in GetTranslationUnitDecl()
227 return {m_clang.GetTranslationUnitDecl(), record.UniqueName}; in CreateDeclInfoForType()
238 clang::DeclContext *context = m_clang.GetTranslationUnitDecl(); in CreateDeclInfoForType()
491 return &GetTranslationUnitDecl(); in GetOrCreateDeclContextForUid()
506 clang::DeclContext *context = &GetTranslationUnitDecl(); in CreateDeclInfoForUndecoratedName()
547 return &GetTranslationUnitDecl(); in GetParentDeclContextForSymbol()
568 clang::DeclContext *context = &GetTranslationUnitDecl(); in GetParentDeclContextForSymbol()
596 return &GetTranslationUnitDecl(); in GetParentDeclContext()
634 return &GetTranslationUnitDecl(); in GetParentDeclContext()
[all …]
H A DPdbAstBuilder.h59 clang::DeclContext &GetTranslationUnitDecl();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1010 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1014 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1018 return m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
1021 clang::DeclContext *curr_context = m_ast.GetTranslationUnitDecl(); in GetDeclContextContainingSymbol()
H A DSymbolFilePDB.cpp198 type_system, clang_type_system->GetTranslationUnitDecl()); in InitializeObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h196 static clang::DeclContext *GetTranslationUnitDecl(clang::ASTContext *ast);
198 clang::DeclContext *GetTranslationUnitDecl() { in GetTranslationUnitDecl() function
199 return GetTranslationUnitDecl(getASTContext()); in GetTranslationUnitDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1616 ignore_containing_context ? m_ast.GetTranslationUnitDecl() in ParseTypeFromDWARF()
3674 decl_ctx = m_ast.GetTranslationUnitDecl(); in GetClangDeclContextForDIE()
3850 return m_ast.GetTranslationUnitDecl(); in GetClangDeclContextContainingDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1405 ClangASTContext::GetTranslationUnitDecl(clang::ASTContext *ast) { in GetTranslationUnitDecl() function in ClangASTContext
1999 (clang::TranslationUnitDecl *)GetTranslationUnitDecl(getASTContext()); in CreateUsingDirectiveDeclaration()
9087 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl()); in Dump()