Searched refs:public_headers (Results 1 – 16 of 16) sorted by relevance
30 # - public_headers (optional)62 "public_headers",87 if (defined(invoker.public_headers)) {96 rebase_path(invoker.public_headers, root_build_dir)102 sources = invoker.public_headers + [ _umbrella_output ]126 "public_headers",138 if (defined(invoker.public_headers)) {
85 "public_headers",135 "public_headers",
64 name = "public_headers",100 hdrs = [":public_headers"],
14 public_headers = [ "hello_shared.h" ]
153 const FileList& public_headers() const { return public_headers_; } in public_headers() function154 FileList& public_headers() { return public_headers_; } in public_headers() function
220 DCHECK(target->public_headers().empty()); in AddTargetToFileMap()221 for (const auto& source : target->public_headers()) { in AddTargetToFileMap()
231 AddToSources(target->public_headers()); in HandleTarget()
256 const std::vector<SourceFile> &headers = target->public_headers(); in GetPublicHeadersInfo()
217 dep->public_headers().empty() && !dep->builds_swift_module()) { in ComputeHardDeps()
210 target_->public_headers() = std::move(dest_public); in FillPublic()
172 c_.public_headers().push_back(c_public); in TEST_F()
434 for (const auto& cur_file : target->public_headers()) { in ItemRefersToFile()
293 for (const auto& cur_file : target->public_headers()) { in TargetContainsFile()
600 for (const SourceFile& source : target->public_headers()) { in AddSourcesFromBuilder()
900 pair.ptr->public_headers().empty() && in PullRecursiveHardDeps()
412 RenderValue(target_->public_headers())); in BuildDescription()