Lines Matching refs:GetDWARFParser
917 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseFunction()
968 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ConstructFunctionDemangledName()
1480 type_system->GetDWARFParser()->EnsureAllDIEsInDeclContextHaveBeenParsed( in ParseDeclsForContext()
1615 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in HasForwardDeclForCompilerType()
1625 static_cast<DWARFASTParserClang *>(clang_type_system->GetDWARFParser()); in CompleteType()
1661 DWARFASTParser *dwarf_ast = GetDWARFParser(*def_die.GetCU()); in CompleteType()
2414 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in FindGlobalVariables()
2555 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) { in DIEInDeclContext()
2878 DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU()); in FindNamespace()
3117 type_system ? type_system->GetDWARFParser() : nullptr; in FindDefinitionDIE()
3204 DWARFASTParser *dwarf_ast = ts->GetDWARFParser(); in ParseType()
4369 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser() function in SymbolFileDWARF
4377 return ts->GetDWARFParser(); in GetDWARFParser()
4382 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDecl()
4388 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetDeclContext()
4395 if (DWARFASTParser *dwarf_ast = GetDWARFParser(*die.GetCU())) in GetContainingDeclContext()