• Home
  • Raw
  • Download

Lines Matching refs:LinkDeclContextToDIE

223     LinkDeclContextToDIE(tag_decl, die);  in ParseTypeFromClangModule()
227 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseTypeFromClangModule()
479 LinkDeclContextToDIE(decl_ctx, die); in ParseTypeFromDWARF()
818 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseEnum()
854 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()
998 LinkDeclContextToDIE(objc_method_decl, die); in ParseSubroutine()
1054 LinkDeclContextToDIE(spec_clang_decl_ctx, die); in ParseSubroutine()
1073 LinkDeclContextToDIE(abs_clang_decl_ctx, die); in ParseSubroutine()
1111 LinkDeclContextToDIE(method_decl, die); in ParseSubroutine()
1153 LinkDeclContextToDIE(cxx_method_decl, die); in ParseSubroutine()
1223 LinkDeclContextToDIE(function_decl, die); in ParseSubroutine()
1266 LinkDeclContextToDIE(function_decl, die); in ParseSubroutine()
1447 LinkDeclContextToDIE( in ParseStructureLikeDIE()
1582 LinkDeclContextToDIE(defn_decl_ctx, die); in ParseStructureLikeDIE()
1653 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseStructureLikeDIE()
3296 LinkDeclContextToDIE(decl_ctx, die); in GetClangDeclContextForDIE()
3405 LinkDeclContextToDIE((clang::DeclContext *)decl, die); in ResolveBlockDIE()
3458 LinkDeclContextToDIE((clang::DeclContext *)namespace_decl, die); in ResolveNamespaceDIE()
3493 void DWARFASTParserClang::LinkDeclContextToDIE(clang::DeclContext *decl_ctx, in LinkDeclContextToDIE() function in DWARFASTParserClang
3633 dst_dwarf_ast_parser->LinkDeclContextToDIE(src_decl_ctx, dst_die); in CopyUniqueClassMethodTypes()
3677 dst_dwarf_ast_parser->LinkDeclContextToDIE(src_decl_ctx, dst_die); in CopyUniqueClassMethodTypes()
3732 dst_dwarf_ast_parser->LinkDeclContextToDIE(src_decl_ctx, dst_die); in CopyUniqueClassMethodTypes()