Searched defs:ast_importer (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DClangASTSource.cpp833 ClangASTImporter *ast_importer,
886 Decl *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_method);
1196 ClangASTImporter *ast_importer,
1214 DeclFromParser<ObjCPropertyDecl> parser_property_decl(origin_property_decl.Import(ast_importer, ast_context));
1232 DeclFromParser<ObjCIvarDecl> parser_ivar_decl(origin_ivar_decl.Import(ast_importer, ast_context));
829 FindObjCMethodDeclsWithOrigin(unsigned int current_id, NameSearchContext &context, ObjCInterfaceDecl *original_interface_decl, clang::ASTContext *ast_context, ClangASTImporter *ast_importer, const char *log_info) argument
1193 FindObjCPropertyAndIvarDeclsWithOrigin(unsigned int current_id, NameSearchContext &context, clang::ASTContext &ast_context, ClangASTImporter *ast_importer, DeclFromUser<const ObjCInterfaceDecl> &origin_iface_decl) argument
/external/lldb/source/Target/
H A DTarget.cpp1751 ClangASTImporter *ast_importer = m_ast_importer_ap.get(); local
1753 if (!ast_importer)
1755 ast_importer = new ClangASTImporter();
1756 m_ast_importer_ap.reset(ast_importer);
1759 return ast_importer;

Completed in 99 milliseconds