Lines Matching defs:Includers
882 /// for system \#include's or not (i.e. using <> instead of ""). Includers, if
888 ArrayRef<std::pair<OptionalFileEntryRef, DirectoryEntryRef>> Includers,
935 if (!Includers.empty() && !isAngled) {
938 for (const auto &IncluderAndDir : Includers) {
1148 if (!Includers.empty())
1150 Includers.front().second.getName(), Filename,
1162 if (!Includers.empty() && Includers.front().first && !isAngled &&
1165 getExistingFileInfo(*Includers.front().first);
1175 Includers.front(), SearchPath, RelativePath, RequestingModule,