Searched refs:Includers (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 577 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()
|
D | PPDirectives.cpp | 622 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/ |
D | InclusionRewriter.cpp | 374 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/ |
D | HeaderSearch.h | 394 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
|