Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Headers

314 /// needed to load all of the named headers.
318 // Don't collect any headers for unavailable modules.
325 // If any headers are missing, we can't build this module. In most cases,
337 // Add includes for each of these headers.
339 for (Module::Header &H : Module->Headers[HK]) {
358 // Add all of the headers we find in this subdirectory.
364 SmallVector<std::pair<std::string, const FileEntry *>, 8> Headers;
368 // headers.
397 Headers.push_back(std::make_pair(RelName, *Header));
405 llvm::sort(Headers.begin(), Headers.end(), [](
410 for (auto &H : Headers) {
849 // Convert headers to PCH and chain them.