Home
last modified time | relevance | path

Searched refs:LinkDeclContextToDIE (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4577 LinkDeclContextToDIE((clang::DeclContext*)namespace_decl, die); in ResolveNamespaceDIE()
4649 LinkDeclContextToDIE (decl_ctx, decl_ctx_die); in GetClangDeclContextContainingDIE()
5471 LinkDeclContextToDIE (src_decl_ctx, dst_die); in CopyUniqueClassMethodTypes()
5516 LinkDeclContextToDIE (src_decl_ctx, dst_die); in CopyUniqueClassMethodTypes()
5571 LinkDeclContextToDIE (src_decl_ctx, dst_die); in CopyUniqueClassMethodTypes()
6169 LinkDeclContextToDIE(clang_type.GetDeclContextForType(), die); in ParseType()
6326 LinkDeclContextToDIE(clang_type.GetDeclContextForType(), die); in ParseType()
6561LinkDeclContextToDIE(ClangASTContext::GetAsDeclContext(objc_method_decl), die); in ParseType()
6641 LinkDeclContextToDIE(spec_clang_decl_ctx, die); in ParseType()
6664 LinkDeclContextToDIE (abs_clang_decl_ctx, die); in ParseType()
[all …]
DSymbolFileDWARF.h478 void LinkDeclContextToDIE (clang::DeclContext *decl_ctx, in LinkDeclContextToDIE() function