Searched refs:Includers (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp751 /// for system \#include's or not (i.e. using <> instead of ""). Includers, if
757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
800 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
803 for (const auto &IncluderAndDir : Includers) {
984 if (!Includers.empty())
986 Diags, IncludeLoc, Includers.front().second->getName(), Filename,
998 if (!Includers.empty() && Includers.front().first && !isAngled &&
1000 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first);
1009 Includers
754 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, bool BuildSystemModule) argument
[all...]
H A DPPDirectives.cpp758 Includers; local
778 Includers.push_back(std::make_pair(nullptr, MainFileDir));
782 Includers.push_back(std::make_pair(FileEnt, *FileMgr.getDirectory(".")));
784 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
794 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
808 Includers, SearchPath, RelativePath, RequestingModule,
825 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h379 /// \param Includers Indicates where the \#including file(s) are, in case
404 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,

Completed in 141 milliseconds