Lines Matching refs:FE
277 auto FE = AST.getSourceManager().getFileManager().getFileRef( in mayConsiderUnused() local
279 assert(FE); in mayConsiderUnused()
283 &FE->getFileEntry())) { in mayConsiderUnused()
285 FE->getName()); in mayConsiderUnused()
293 dlog("{0} header is filtered out by the configuration", FE->getName()); in mayConsiderUnused()
308 for (const FileEntry *FE = SM.getFileEntryForID(ID); ID != SM.getMainFileID(); in headerResponsible() local
309 FE = SM.getFileEntryForID(ID)) { in headerResponsible()
311 if (!FE) in headerResponsible()
313 auto HID = Includes.getID(FE); in headerResponsible()
445 const FileEntry *FE = SM.getFileEntryForID(FID); in translateToHeaderIDs() local
446 if (!FE) { in translateToHeaderIDs()
450 const auto File = Includes.getID(FE); in translateToHeaderIDs()