Lines Matching defs:FEnt
5051 FileEntryRef FEnt = *cxfile::getFileEntryRef(SFile);
5052 return cxstring::createRef(FEnt.getName());
5059 FileEntryRef FEnt = *cxfile::getFileEntryRef(SFile);
5060 return FEnt.getModificationTime();
5105 FileEntryRef FEnt = *cxfile::getFileEntryRef(file);
5108 .isFileMultipleIncludeGuarded(FEnt);
5115 FileEntryRef FEnt = *cxfile::getFileEntryRef(file);
5116 const llvm::sys::fs::UniqueID &ID = FEnt.getUniqueID();
5119 outID->data[2] = FEnt.getModificationTime();
5139 FileEntryRef FEnt = *cxfile::getFileEntryRef(SFile);
5140 return cxstring::createRef(FEnt.getFileEntry().tryGetRealPathName());