Searched refs:FromDir (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 568 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, in LookupFile() argument 581 if (FromDir) return nullptr; in LookupFile() 687 if (FromDir) in LookupFile() 688 i = FromDir-&SearchDirs[0]; in LookupFile() 785 LookupFile(ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, in LookupFile()
|
D | PPDirectives.cpp | 742 const DirectoryLookup *FromDir, in LookupFile() argument 757 if (!FromDir && !FromFile) { in LookupFile() 813 FromDir = TmpFromDir; in LookupFile() 822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
|
/external/llvm-project/clang/lib/Lex/ |
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()
|
D | PPDirectives.cpp | 723 const DirectoryLookup *FromDir, const FileEntry *FromFile, in LookupFile() argument 736 if (!FromDir && !FromFile) { in LookupFile() 792 FromDir = TmpFromDir; in LookupFile() 801 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
|
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 380 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
|
D | Preprocessor.h | 1647 bool isAngled, const DirectoryLookup *FromDir,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | HeaderSearch.h | 403 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
|
D | Preprocessor.h | 2009 const DirectoryLookup *FromDir, const FileEntry *FromFile,
|