Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DHeaderSearch.cpp577 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile() argument
609 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
612 for (const auto &IncluderAndDir : Includers) { in LookupFile()
779 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
781 HeaderFileInfo &IncludingHFI = getFileInfo(Includers.front().first); in LookupFile()
790 Includers.front(), SearchPath, RelativePath, SuggestedModule); in LookupFile()
DPPDirectives.cpp622 Includers; in LookupFile() local
641 Includers.push_back(std::make_pair(nullptr, MainFileDir)); in LookupFile()
644 Includers.push_back(std::make_pair(FileEnt, FileMgr.getDirectory("."))); in LookupFile()
646 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in LookupFile()
658 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in LookupFile()
672 Includers, SearchPath, RelativePath, SuggestedModule, in LookupFile()
688 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp374 Includers; in HandleHasInclude() local
375 Includers.push_back(std::make_pair(FileEnt, FileEnt->getDir())); in HandleHasInclude()
377 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr, in HandleHasInclude()
/external/clang/include/clang/Lex/
DHeaderSearch.h394 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,