Home | History | Annotate | Download | only in Lex

Lines Matching refs:Includers

563 /// for system \#include's or not (i.e. using <> instead of ""). Includers, if
569 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
604 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
607 for (const auto &IncluderAndDir : Includers) {
775 if (!Includers.empty() && Includers.front().first && !isAngled &&
777 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first);
786 CurDir, Includers.front(), SearchPath, RelativePath,