Searched refs:ast_source (Results 1 – 2 of 2) sorted by relevance
1147 clang::ExternalASTSource *ast_source = decl_map->CreateProxy(); in ParseInternal() local1153 auto ast_source_wrapper = new ExternalASTSourceWrapper(ast_source); in ParseInternal()1160 ast_context.setExternalSource(ast_source); in ParseInternal()
1242 assert(ast_source && "external ast source was lost"); in GetOrCreateClangModule()1243 if (!ast_source) in GetOrCreateClangModule()1260 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()1265 return ast_source->GetIDForModule(module); in GetOrCreateClangModule()1267 return ast_source->RegisterModule(module); in GetOrCreateClangModule()2511 ExternalASTSource *ast_source = ast->getExternalSource(); in GetCompleteDecl() local2513 if (!ast_source) in GetCompleteDecl()2523 ast_source->CompleteType(tag_decl); in GetCompleteDecl()2534 ast_source->CompleteType(objc_interface_decl); in GetCompleteDecl()9803 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST() argument[all …]