Searched refs:LookupFromFile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 1772 const FileEntry *LookupFromFile) { in HandleIncludeDirective() argument 1792 EndLoc, LookupFrom, LookupFromFile); in HandleIncludeDirective() 1820 const FileEntry *LookupFromFile, StringRef& LookupFilename, in LookupHeaderIncludeOrImport() argument 1825 isAngled, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 1844 LookupFrom, LookupFromFile, CurDir, nullptr, nullptr, in LookupHeaderIncludeOrImport() 1862 false, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 1947 const FileEntry *LookupFromFile) { in HandleHeaderIncludeOrImport() argument 2022 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport() 2388 const FileEntry *LookupFromFile = nullptr; in HandleIncludeNextDirective() local 2400 LookupFromFile = CurPPLexer->getFileEntry(); in HandleIncludeNextDirective() [all …]
|
| H A D | PPMacroExpansion.cpp | 1160 const FileEntry *LookupFromFile) { in EvaluateHasIncludeCommon() argument 1230 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, LookupFromFile, in EvaluateHasIncludeCommon() 1262 const FileEntry *LookupFromFile = nullptr; in EvaluateHasIncludeNext() local 1274 LookupFromFile = PP.getCurrentLexer()->getFileEntry(); in EvaluateHasIncludeNext() 1283 return EvaluateHasIncludeCommon(Tok, II, PP, Lookup, LookupFromFile); in EvaluateHasIncludeNext()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2270 const FileEntry *LookupFromFile, StringRef &LookupFilename, 2277 const FileEntry *LookupFromFile = nullptr); 2282 const FileEntry *LookupFromFile = nullptr);
|