Home | History | Annotate | Download | only in Frontend

Lines Matching defs:FE

62   union { const FileEntry* FE; const char* Path; };
67 PTHEntryKeyVariant(const FileEntry *fe) : FE(fe), Kind(IsFE), Data(nullptr) {}
78 return Kind == IsFE ? FE->getName() : Path;
89 llvm::sys::fs::UniqueID UID = FE->getUniqueID();
92 LE.write<uint64_t>(FE->getModificationTime());
93 LE.write<uint64_t>(FE->getSize());
509 const FileEntry *FE = C.OrigEntry;
512 if (llvm::sys::path::is_relative(FE->getName()))
518 FileID FID = SM.createFileID(FE, SourceLocation(), SrcMgr::C_User);
521 PM.insert(FE, LexTokens(L));