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 571 /// for system \#include's or not (i.e. using <> instead of ""). Includers, if
577 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
609 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
612 for (const auto &IncluderAndDir : Includers) {
779 if (!Includers.empty() && Includers.front().first && !isAngled &&
781 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first);
790 Includers.front(), SearchPath, RelativePath, SuggestedModule);
    [all...]
PPDirectives.cpp 622 Includers;
641 Includers.push_back(std::make_pair(nullptr, MainFileDir));
644 Includers.push_back(std::make_pair(FileEnt, FileMgr.getDirectory(".")));
646 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
658 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
672 Includers, SearchPath, RelativePath, SuggestedModule,
688 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 374 Includers;
375 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir()));
377 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr,
  /external/clang/include/clang/Lex/
HeaderSearch.h 377 /// \param Includers Indicates where the \#including file(s) are, in case
394 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,

Completed in 166 milliseconds