HomeSort by relevance Sort by last modified time
    Searched refs:Includers (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
HeaderSearch.cpp 562 /// for system \#include's or not (i.e. using <> instead of ""). Includers, if
568 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
603 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
606 for (const auto &IncluderAndDir : Includers) {
773 if (!Includers.empty() && Includers.front().first && !isAngled &&
775 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first);
784 CurDir, Includers.front(), SearchPath, RelativePath,
    [all...]
PPDirectives.cpp 619 Includers;
638 Includers.push_back(std::make_pair(nullptr, MainFileDir));
641 Includers.push_back(std::make_pair(FileEnt, FileMgr.getDirectory(".")));
643 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
654 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
668 Includers, SearchPath, RelativePath, RequestingModule,
684 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 390 Includers;
391 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
394 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr,
  /external/clang/include/clang/Lex/
HeaderSearch.h 366 /// \param Includers Indicates where the \#including file(s) are, in case
383 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,

Completed in 318 milliseconds