Searched refs:FromDir (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 756 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, in LookupFile() argument 776 if (FromDir) in LookupFile() 887 if (FromDir) in LookupFile() 888 i = FromDir-&SearchDirs[0]; in LookupFile() 1008 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir, in LookupFile()
|
| H A D | PPDirectives.cpp | 747 const DirectoryLookup *FromDir, const FileEntry *FromFile, in LookupFile() argument 760 if (!FromDir && !FromFile) { in LookupFile() 816 FromDir = TmpFromDir; in LookupFile() 825 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | HeaderSearch.h | 403 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
|
| H A D | Preprocessor.h | 2014 const DirectoryLookup *FromDir, const FileEntry *FromFile,
|