Searched refs:UFE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Basic/
H A DFileManager.cpp387 FileEntry &UFE = UniqueRealFiles.getFile(InterndFileName, StatBuf); local
389 NamedFileEnt.setValue(&UFE);
390 if (UFE.getName()) { // Already have an entry with this inode, return it.
395 return &UFE;
401 UFE.Name = InterndFileName;
402 UFE.Size = StatBuf.st_size;
403 UFE.ModTime = StatBuf.st_mtime;
404 UFE.Dir = DirInfo;
405 UFE.UID = NextFileUID++;
406 UFE
429 FileEntry *UFE = 0; local
[all...]

Completed in 33 milliseconds