Lines Matching defs:ast_parser
109 DWARFASTParserClangStub ast_parser(ast_ctx);
124 ast_parser.LinkDeclContextToDIE(decl_ctxs[i], dies[i]);
125 ast_parser.EnsureAllDIEsInDeclContextHaveBeenParsed(
128 EXPECT_THAT(ast_parser.GetDeclContextToDIEMapKeys(),
261 DWARFASTParserClangStub ast_parser(ast_ctx);
270 lldb::TypeSP type = ast_parser.ParseTypeFromDWARF(sc, func, &new_type);
407 DWARFASTParserClangStub ast_parser(ast_ctx);
418 ast_parser.ParseTypeFromDWARF(sc, ptrauth_type, &new_type);
567 DWARFASTParserClangStub ast_parser(ast_ctx);
574 types.push_back(ast_parser.ParseTypeFromDWARF(sc, die, &new_type));
710 DWARFASTParserClangStub ast_parser(ast_ctx);
733 lldb::TypeSP type_sp = ast_parser.ParseTypeFromDWARF(sc, decl_die, &new_type);
736 ast_parser.MapDeclDIEToDefDIE(decl_die, def_die);
739 ast_parser.ParseTypeFromDWARF(sc, def_die, &new_type);
886 DWARFASTParserClangStub ast_parser(ast_ctx);