Searched refs:decl_ctx_die (Results 1 – 2 of 2) sorted by relevance
2294 const DWARFDebugInfoEntry *decl_ctx_die = GetDeclContextDIEContainingDIE (cu, die); in ResolveTypeUID() local2295 switch (decl_ctx_die->Tag()) in ResolveTypeUID()2308 decl_ctx_die->GetOffset()); in ResolveTypeUID()3047 const DWARFDebugInfoEntry *decl_ctx_die = NULL; in DIEIsInNamespace() local3048 …clang::DeclContext *die_clang_decl_ctx = GetClangDeclContextContainingDIE (cu, die, &decl_ctx_die); in DIEIsInNamespace()3049 if (decl_ctx_die) in DIEIsInNamespace()3055 if (decl_ctx_die->Tag() != DW_TAG_namespace) in DIEIsInNamespace()3073 if (decl_ctx_die->Tag() != DW_TAG_namespace) in DIEIsInNamespace()4618 const DWARFDebugInfoEntry *decl_ctx_die = GetDeclContextDIEContainingDIE (cu, die); in GetClangDeclContextContainingDIE() local4621 *decl_ctx_die_copy = decl_ctx_die; in GetClangDeclContextContainingDIE()[all …]
252 const DWARFDebugInfoEntry **decl_ctx_die);