Searched refs:FromDir (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 567 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, in LookupFile() argument 580 if (FromDir) return nullptr; in LookupFile() 685 if (FromDir) in LookupFile() 686 i = FromDir-&SearchDirs[0]; in LookupFile() 783 LookupFile(ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, in LookupFile()
|
D | PPDirectives.cpp | 607 const DirectoryLookup *FromDir, in LookupFile() argument 620 if (!FromDir && !FromFile) { in LookupFile() 675 FromDir = TmpFromDir; in LookupFile() 684 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
|
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 382 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
|
D | Preprocessor.h | 1619 bool isAngled, const DirectoryLookup *FromDir,
|