Home
last modified time | relevance | path

Searched refs:Includers (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp589 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
627 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
630 for (const auto &IncluderAndDir : Includers) { in LookupFile()
797 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
799 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
808 Includers.front(), SearchPath, RelativePath, SuggestedModule); in LookupFile()
HDPPDirectives.cpp617 Includers; in LookupFile() local
636 Includers.push_back(std::make_pair(nullptr, MainFileDir)); in LookupFile()
639 Includers.push_back(std::make_pair(FileEnt, FileMgr.getDirectory("."))); in LookupFile()
641 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in LookupFile()
653 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in LookupFile()
667 Includers, SearchPath, RelativePath, SuggestedModule, in LookupFile()
683 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp390 Includers; in HandleHasInclude() local
391 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in HandleHasInclude()
393 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr, in HandleHasInclude()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearch.h397 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,