reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
  148   clang::DeclContext *GetCachedClangDeclContextForDIE(const DWARFDIE &die);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  200     clang::DeclContext *defn_decl_ctx = GetCachedClangDeclContextForDIE(die);
  405               GetCachedClangDeclContextForDIE(signature_die))
  681             GetCachedClangDeclContextForDIE(dwarf->GetDIE(type_sp->GetID()));
 1088                 GetCachedClangDeclContextForDIE(abs_die));
 1349             GetCachedClangDeclContextForDIE(unique_ast_entry_up->m_die), die);
 1482           GetCachedClangDeclContextForDIE(dwarf->GetDIE(type_sp->GetID()));
 3411     clang::DeclContext *decl_ctx = GetCachedClangDeclContextForDIE(die);
 3440         decl_ctx = GetCachedClangDeclContextForDIE(die);