Searched refs:FromDir (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 566 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, in LookupFile() argument 596 if (FromDir) return nullptr; in LookupFile() 690 if (FromDir) in LookupFile() 691 i = FromDir-&SearchDirs[0]; in LookupFile() 789 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir, in LookupFile()
|
D | PPDirectives.cpp | 564 const DirectoryLookup *FromDir, in LookupFile() argument 573 if (!FromDir) { in LookupFile() 606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
|
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 388 bool isAngled, const DirectoryLookup *FromDir,
|
D | Preprocessor.h | 1309 bool isAngled, const DirectoryLookup *FromDir,
|