Lines Matching refs:DWARFASTParserClang

62 DWARFASTParserClang::DWARFASTParserClang(TypeSystemClang &ast)  in DWARFASTParserClang()  function in DWARFASTParserClang
65 DWARFASTParserClang::~DWARFASTParserClang() = default;
79 ClangASTImporter &DWARFASTParserClang::GetClangASTImporter() { in GetClangASTImporter()
132 TypeSP DWARFASTParserClang::ParseTypeFromClangModule(const SymbolContext &sc, in ParseTypeFromClangModule()
425 TypeSP DWARFASTParserClang::ParseTypeFromDWARF(const SymbolContext &sc, in ParseTypeFromDWARF()
535 DWARFASTParserClang::ParseTypeModifier(const SymbolContext &sc, in ParseTypeModifier()
757 TypeSP DWARFASTParserClang::ParseEnum(const SymbolContext &sc, in ParseEnum()
895 TypeSP DWARFASTParserClang::ParseSubroutine(const DWARFDIE &die, in ParseSubroutine()
1281 TypeSP DWARFASTParserClang::ParseArrayType(const DWARFDIE &die, in ParseArrayType()
1334 TypeSP DWARFASTParserClang::ParsePointerToMemberType( in ParsePointerToMemberType()
1357 void DWARFASTParserClang::ParseInheritance( in ParseInheritance()
1474 TypeSP DWARFASTParserClang::UpdateSymbolContextScopeForType( in UpdateSymbolContextScopeForType()
1504 DWARFASTParserClang::ParseStructureLikeDIE(const SymbolContext &sc, in ParseStructureLikeDIE()
1853 class DWARFASTParserClang::DelayedAddObjCClassProperty {
1910 bool DWARFASTParserClang::ParseTemplateDIE( in ParseTemplateDIE()
2018 bool DWARFASTParserClang::ParseTemplateParameterInfos( in ParseTemplateParameterInfos()
2043 bool DWARFASTParserClang::CompleteRecordType(const DWARFDIE &die, in CompleteRecordType()
2131 bool DWARFASTParserClang::CompleteEnumType(const DWARFDIE &die, in CompleteEnumType()
2146 bool DWARFASTParserClang::CompleteTypeFromDWARF(const DWARFDIE &die, in CompleteTypeFromDWARF()
2180 void DWARFASTParserClang::EnsureAllDIEsInDeclContextHaveBeenParsed( in EnsureAllDIEsInDeclContextHaveBeenParsed()
2191 CompilerDecl DWARFASTParserClang::GetDeclForUIDFromDWARF(const DWARFDIE &die) { in GetDeclForUIDFromDWARF()
2199 DWARFASTParserClang::GetDeclContextForUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextForUIDFromDWARF()
2207 DWARFASTParserClang::GetDeclContextContainingUIDFromDWARF(const DWARFDIE &die) { in GetDeclContextContainingUIDFromDWARF()
2215 size_t DWARFASTParserClang::ParseChildEnumerators( in ParseChildEnumerators()
2282 DWARFASTParserClang::ParseFunctionFromDWARF(CompileUnit &comp_unit, in ParseFunctionFromDWARF()
2558 void DWARFASTParserClang::ParseObjCProperty( in ParseObjCProperty()
2594 llvm::Expected<llvm::APInt> DWARFASTParserClang::ExtractIntFromFormValue( in ExtractIntFromFormValue()
2646 void DWARFASTParserClang::ParseSingleMember( in ParseSingleMember()
2913 bool DWARFASTParserClang::ParseChildMembers( in ParseChildMembers()
2962 size_t DWARFASTParserClang::ParseChildParameters( in ParseChildParameters()
3084 Type *DWARFASTParserClang::GetTypeForDIE(const DWARFDIE &die) { in GetTypeForDIE()
3105 clang::Decl *DWARFASTParserClang::GetClangDeclForDIE(const DWARFDIE &die) { in GetClangDeclForDIE()
3203 DWARFASTParserClang::GetClangDeclContextForDIE(const DWARFDIE &die) { in GetClangDeclContextForDIE()
3246 DWARFASTParserClang::GetOwningClangModule(const DWARFDIE &die) { in GetOwningClangModule()
3320 DWARFASTParserClang::GetDeclContextForBlock(const DWARFDIE &die) { in GetDeclContextForBlock()
3334 clang::BlockDecl *DWARFASTParserClang::ResolveBlockDIE(const DWARFDIE &die) { in ResolveBlockDIE()
3356 DWARFASTParserClang::ResolveNamespaceDIE(const DWARFDIE &die) { in ResolveNamespaceDIE()
3383 clang::DeclContext *DWARFASTParserClang::GetClangDeclContextContainingDIE( in GetClangDeclContextContainingDIE()
3402 DWARFASTParserClang::GetCachedClangDeclContextForDIE(const DWARFDIE &die) { in GetCachedClangDeclContextForDIE()
3411 void DWARFASTParserClang::LinkDeclContextToDIE(clang::DeclContext *decl_ctx, in LinkDeclContextToDIE()
3419 bool DWARFASTParserClang::CopyUniqueClassMethodTypes( in CopyUniqueClassMethodTypes()
3494 DWARFASTParserClang *src_dwarf_ast_parser = in CopyUniqueClassMethodTypes()
3495 static_cast<DWARFASTParserClang *>( in CopyUniqueClassMethodTypes()
3497 DWARFASTParserClang *dst_dwarf_ast_parser = in CopyUniqueClassMethodTypes()
3498 static_cast<DWARFASTParserClang *>( in CopyUniqueClassMethodTypes()