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()
159 static bool AreHeadersExported(const std::set<std::string> &exported_headers) { in AreHeadersExported() argument160 return !exported_headers.empty(); in AreHeadersExported()172 const auto &exported_headers = options_.exported_headers_; in TraverseDecl() local173 if ((decl != tu_decl_) && AreHeadersExported(exported_headers) && in TraverseDecl()174 (exported_headers.find(source_file) == exported_headers.end())) { in TraverseDecl()
131 std::set<std::string> exported_headers; in main() local133 exported_headers = CollectAllExportedHeaders(exported_header_dirs); in main()139 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()
422 const std::set<std::string> *exported_headers) { in CreateJsonIRReader() argument423 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);
319 const std::set<std::string> *exported_headers) { in CreateProtobufIRReader() argument320 return std::make_unique<ProtobufIRReader>(exported_headers); in CreateProtobufIRReader()
54 const std::set<std::string> *exported_headers = nullptr);56 IRReader(const std::set<std::string> *exported_headers) in IRReader() argument57 : module_(new ModuleIR(exported_headers)) {} in IRReader()
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()
764 ModuleIR(const std::set<std::string> *exported_headers) in ModuleIR() argument765 : exported_headers_(exported_headers) {} in ModuleIR()
182 const std::set<std::string> *exported_headers, in DeDuplicateAbiElementsThread() argument186 repr::IRReader::CreateIRReader(input_format, exported_headers); in DeDuplicateAbiElementsThread()198 repr::IRReader::CreateIRReader(input_format, exported_headers); in DeDuplicateAbiElementsThread()