Home
last modified time | relevance | path

Searched refs:ast_parser (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFASTParserClangTests.cpp97 DWARFASTParserClangStub ast_parser(ast_ctx); in TEST_F() local
112 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() local
257 lldb::TypeSP type = ast_parser.ParseTypeFromDWARF(sc, func, &new_type); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1545 DWARFASTParserClang *ast_parser = in HasForwardDeclForClangType() local
1547 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()
1556 DWARFASTParserClang *ast_parser = in CompleteType() local
1558 if (ast_parser && in CompleteType()
1559 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
1560 return ast_parser->GetClangASTImporter().CompleteType(compiler_type); in CompleteType()