Searched refs:exported_headers (Results 1 – 14 of 14) sorted by relevance
49 std::set<std::string> *exported_headers) { in CollectExportedHeaderSet() argument84 exported_headers->insert(RealPath(file_path)); in CollectExportedHeaderSet()91 std::set<std::string> exported_headers; in CollectAllExportedHeaders() local93 if (!CollectExportedHeaderSet(dir, &exported_headers)) { in CollectAllExportedHeaders()98 return exported_headers; in CollectAllExportedHeaders()
39 std::set<std::string> exported_headers, in HeaderCheckerOptions() argument43 exported_headers_(std::move(exported_headers)), in HeaderCheckerOptions()
161 static bool AreHeadersExported(const std::set<std::string> &exported_headers) { in AreHeadersExported() argument162 return !exported_headers.empty(); in AreHeadersExported()174 const auto &exported_headers = options_.exported_headers_; in TraverseDecl() local175 if ((decl != tu_decl_) && AreHeadersExported(exported_headers) && in TraverseDecl()176 (exported_headers.find(source_file) == exported_headers.end())) { in TraverseDecl()
143 std::set<std::string> exported_headers; in main() local145 exported_headers = CollectAllExportedHeaders(exported_header_dirs); in main()151 std::move(exported_headers), output_format, in main()
34 const std::set<std::string> *exported_headers);
116 JsonIRReader(const std::set<std::string> *exported_headers) in JsonIRReader() argument117 : IRReader(exported_headers) {} in JsonIRReader()
429 const std::set<std::string> *exported_headers) { in CreateJsonIRReader() argument430 return std::make_unique<JsonIRReader>(exported_headers); in CreateJsonIRReader()
41 ProtobufIRReader(const std::set<std::string> *exported_headers) in ProtobufIRReader() argument42 : IRReader(exported_headers) {} in ProtobufIRReader()
35 const std::set<std::string> *exported_headers);
321 const std::set<std::string> *exported_headers) { in CreateProtobufIRReader() argument322 return std::make_unique<ProtobufIRReader>(exported_headers); in CreateProtobufIRReader()
52 IRReader(const std::set<std::string> *exported_headers) in IRReader() argument53 : module_(new ModuleIR(exported_headers)) {} in IRReader()198 const std::set<std::string> *exported_headers = nullptr);
40 TextFormatIR text_format, const std::set<std::string> *exported_headers) { in CreateIRReader() argument43 return CreateProtobufIRReader(exported_headers); in CreateIRReader()45 return CreateJsonIRReader(exported_headers); in CreateIRReader()
779 ModuleIR(const std::set<std::string> *exported_headers) in ModuleIR() argument780 : exported_headers_(exported_headers) {} in ModuleIR()
179 const std::set<std::string> *exported_headers, in DeDuplicateAbiElementsThread() argument183 repr::IRReader::CreateIRReader(input_format, exported_headers); in DeDuplicateAbiElementsThread()195 repr::IRReader::CreateIRReader(input_format, exported_headers); in DeDuplicateAbiElementsThread()