Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1306 DWARFASTParser *ast_parser = type_system->GetDWARFParser(); in ParseDeclsForContext() local
1308 ast_parser->GetDIEForDeclContext(decl_ctx); in ParseDeclsForContext()
1313 ast_parser->GetDeclForUIDFromDWARF(decl); in ParseDeclsForContext()
1477 DWARFASTParserClang *ast_parser = in HasForwardDeclForClangType() local
1479 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()
1488 DWARFASTParserClang *ast_parser = in CompleteType() local
1490 if (ast_parser && in CompleteType()
1491 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
1492 return ast_parser->GetClangASTImporter().CompleteType(compiler_type); in CompleteType()