Searched refs:ast_parser (Results 1 – 2 of 2) sorted by relevance
96 DWARFASTParserClangStub ast_parser(ast_ctx); in TEST_F() local111 ast_parser.LinkDeclContextToDIE(decl_ctxs[i], dies[i]); in TEST_F()112 ast_parser.EnsureAllDIEsInDeclContextHaveBeenParsed( in TEST_F()115 EXPECT_THAT(ast_parser.GetDeclContextToDIEMapKeys(), in TEST_F()
1440 DWARFASTParserClang *ast_parser = in HasForwardDeclForClangType() local1442 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()1451 DWARFASTParserClang *ast_parser = in CompleteType() local1453 if (ast_parser && in CompleteType()1454 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()1455 return ast_parser->GetClangASTImporter().CompleteType(compiler_type); in CompleteType()