Searched refs:CurFileEnt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 833 const FileEntry *CurFileEnt; in LookupFile() local 838 if ((CurFileEnt = CurPPLexer->getFileEntry())) { in LookupFile() 839 if ((FE = HeaderInfo.LookupSubframeworkHeader(Filename, CurFileEnt, in LookupFile() 855 if ((CurFileEnt = ISEntry.ThePPLexer->getFileEntry())) { in LookupFile() 857 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 812 const FileEntry *CurFileEnt; in LookupFile() local 817 if ((CurFileEnt = CurPPLexer->getFileEntry())) { in LookupFile() 819 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 832 if ((CurFileEnt = ISEntry.ThePPLexer->getFileEntry())) { in LookupFile() 834 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile()
|