Searched refs:GetClangDeclContextForDIE (Results 1 – 2 of 2) sorted by relevance
155 clang::DeclContext *GetClangDeclContextForDIE(const DWARFDIE &die);
1067 GetClangDeclContextForDIE(spec_die); in ParseSubroutine()1086 GetClangDeclContextForDIE(abs_die); in ParseSubroutine()2200 clang::DeclContext *clang_decl_ctx = GetClangDeclContextForDIE(die); in GetDeclContextForUIDFromDWARF()3203 DWARFASTParserClang::GetClangDeclContextForDIE(const DWARFDIE &die) { in GetClangDeclContextForDIE() function in DWARFASTParserClang3394 GetClangDeclContextForDIE(decl_ctx_die); in GetClangDeclContextContainingDIE()