Searched refs:ast_parser (Results 1 – 2 of 2) sorted by relevance
97 DWARFASTParserClangStub ast_parser(ast_ctx); in TEST_F() local112 ast_parser.LinkDeclContextToDIE(decl_ctxs[i], dies[i]); in TEST_F()113 ast_parser.EnsureAllDIEsInDeclContextHaveBeenParsed( in TEST_F()116 EXPECT_THAT(ast_parser.GetDeclContextToDIEMapKeys(), in TEST_F()248 DWARFASTParserClangStub ast_parser(ast_ctx); in TEST_F() local257 lldb::TypeSP type = ast_parser.ParseTypeFromDWARF(sc, func, &new_type); in TEST_F()
1545 DWARFASTParserClang *ast_parser = in HasForwardDeclForClangType() local1547 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()1556 DWARFASTParserClang *ast_parser = in CompleteType() local1558 if (ast_parser && in CompleteType()1559 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()1560 return ast_parser->GetClangASTImporter().CompleteType(compiler_type); in CompleteType()