Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/SymbolFile/DWARF/
DDWARFASTParserClangTests.cpp96 DWARFASTParserClangStub ast_parser(ast_ctx); in TEST_F() local
111 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()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1440 DWARFASTParserClang *ast_parser = in HasForwardDeclForClangType() local
1442 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()
1451 DWARFASTParserClang *ast_parser = in CompleteType() local
1453 if (ast_parser && in CompleteType()
1454 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
1455 return ast_parser->GetClangASTImporter().CompleteType(compiler_type); in CompleteType()