HomeSort by: relevance | last modified time | path
    Searched refs:Includers (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 751 /// 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.front(), SearchPath, RelativePath, RequestingModule
    [all...]
PPDirectives.cpp 758 Includers;
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,
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h 379 /// \param Includers Indicates where the \#including file(s) are, in case
404 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,

Completed in 20 milliseconds