Searched refs:LookupFromFile (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1705 const FileEntry *LookupFromFile) { in HandleIncludeDirective() argument 1725 EndLoc, LookupFrom, LookupFromFile); in HandleIncludeDirective() 1753 const FileEntry *LookupFromFile, StringRef& LookupFilename, in LookupHeaderIncludeOrImport() argument 1758 isAngled, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 1777 LookupFrom, LookupFromFile, CurDir, nullptr, nullptr, in LookupHeaderIncludeOrImport() 1795 false, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 1825 FilenameLoc, TypoCorrectionLookupName, isAngled, LookupFrom, LookupFromFile, in LookupHeaderIncludeOrImport() 1880 const FileEntry *LookupFromFile) { in HandleHeaderIncludeOrImport() argument 1955 IsFrameworkFound, IsImportDecl, IsMapped, LookupFrom, LookupFromFile, in HandleHeaderIncludeOrImport() 2317 const FileEntry *LookupFromFile = nullptr; in HandleIncludeNextDirective() local [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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2268 const FileEntry *LookupFromFile, StringRef &LookupFilename, 2275 const FileEntry *LookupFromFile = nullptr); 2280 const FileEntry *LookupFromFile = nullptr);
|