Lines Matching full:includers
562 /// for system \#include's or not (i.e. using <> instead of ""). Includers, if
568 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
603 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
606 for (const auto &IncluderAndDir : Includers) {
773 if (!Includers.empty() && Includers.front().first && !isAngled &&
775 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first);
784 CurDir, Includers.front(), SearchPath, RelativePath,