Home | History | Annotate | Download | only in libclang

Lines Matching defs:FE

800   const FileEntry *FE = SM.getFileEntryForID(FID);
801 if (!FE)
803 RefFileOccurence RefOccur(FE, D);
900 const FileEntry *FE = SM.getFileEntryForID(FID);
902 *indexFile = getIndexFile(FE);
904 *file = const_cast<FileEntry *>(FE);