Searched refs:ast_source (Results 1 – 2 of 2) sorted by relevance
1144 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal() local1150 auto ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()1157 ast_context.setExternalSource(ast_source); in ParseInternal()
1256 assert(ast_source && "external ast source was lost"); in GetOrCreateClangModule()1257 if (!ast_source) in GetOrCreateClangModule()1274 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()1279 return ast_source->GetIDForModule(module); in GetOrCreateClangModule()1281 return ast_source->RegisterModule(module); in GetOrCreateClangModule()2509 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local2511 if (!ast_source) in GetCompleteDecl()2521 ast_source->CompleteType(tag_decl); in GetCompleteDecl()2532 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()9706 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST() argument[all …]