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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
  150   void LinkDeclContextToDIE(clang::DeclContext *decl_ctx, const DWARFDIE &die);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  198     LinkDeclContextToDIE(tag_decl, die);
  202       LinkDeclContextToDIE(defn_decl_ctx, die);
  406         LinkDeclContextToDIE(decl_ctx, die);
  683           LinkDeclContextToDIE(defn_decl_ctx, die);
  720     LinkDeclContextToDIE(ClangASTContext::GetDeclContextForType(clang_type),
  857               LinkDeclContextToDIE(
  916                 LinkDeclContextToDIE(spec_clang_decl_ctx, die);
  935                 LinkDeclContextToDIE(abs_clang_decl_ctx, die);
  973                               LinkDeclContextToDIE(
 1018                         LinkDeclContextToDIE(
 1091               LinkDeclContextToDIE(function_decl, die);
 1123             LinkDeclContextToDIE(function_decl, die);
 1348         LinkDeclContextToDIE(
 1484         LinkDeclContextToDIE(defn_decl_ctx, die);
 1559   LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die);
 3444       LinkDeclContextToDIE(decl_ctx, die);
 3526         LinkDeclContextToDIE((clang::DeclContext *)decl, die);
 3576         LinkDeclContextToDIE((clang::DeclContext *)namespace_decl, die);
 3749         dst_dwarf_ast_parser->LinkDeclContextToDIE(src_decl_ctx, dst_die);
 3793             dst_dwarf_ast_parser->LinkDeclContextToDIE(src_decl_ctx, dst_die);
 3848           dst_dwarf_ast_parser->LinkDeclContextToDIE(src_decl_ctx, dst_die);
tools/lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
   62     ast_parser.LinkDeclContextToDIE(decl_ctxs[i], dies[i]);