Home | History | Annotate | Download | only in Frontend

Lines Matching full:getfile

358   const FileEntry *Entry = PP.getFileManager().getFile(Filename);
612 StringRef InputFile = Input.getFile();
616 const FileEntry *File = FileMgr.getFile(InputFile);
628 if (llvm::error_code ec = llvm::MemoryBuffer::getFile(InputFile, MB)) {