Searched refs:ast_parser (Results 1 – 1 of 1) sorted by relevance
1306 DWARFASTParser *ast_parser = type_system->GetDWARFParser(); in ParseDeclsForContext() local1308 ast_parser->GetDIEForDeclContext(decl_ctx); in ParseDeclsForContext()1313 ast_parser->GetDeclForUIDFromDWARF(decl); in ParseDeclsForContext()1477 DWARFASTParserClang *ast_parser = in HasForwardDeclForClangType() local1479 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()1488 DWARFASTParserClang *ast_parser = in CompleteType() local1490 if (ast_parser && in CompleteType()1491 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()1492 return ast_parser->GetClangASTImporter().CompleteType(compiler_type); in CompleteType()