Lines Matching refs:GetDWARFParser
784 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseFunction()
1271 type_system->GetDWARFParser()->EnsureAllDIEsInDeclContextHaveBeenParsed( in ParseDeclsForContext()
1450 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in HasForwardDeclForClangType()
1461 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in CompleteType()
1495 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*dwarf_die.GetCU())) in CompleteType()
2077 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()
2210 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()
2462 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()
2890 DWARFASTParser *dwarf_ast = type_system_or_err->GetDWARFParser(); in ParseType()
3831 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser() function in SymbolFileDWARF
3838 return type_system_or_err->GetDWARFParser(); in GetDWARFParser()
3842 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()
3848 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()
3855 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetContainingDeclContext()