clang API Documentation
Public Member Functions | |
| FileEntry & | getFile (const char *, const struct stat &StatBuf) |
| size_t | size () const |
Definition at line 138 of file FileManager.cpp.
| FileEntry& clang::FileManager::UniqueFileContainer::getFile | ( | const char * | , |
| const struct stat & | StatBuf | ||
| ) | [inline] |
getFile - Return an existing FileEntry with the given ID's if there is already one; otherwise create and return a default-constructed FileEntry.
Definition at line 146 of file FileManager.cpp.
Referenced by clang::FileManager::getFile(), and clang::FileManager::getVirtualFile().
| size_t clang::FileManager::UniqueFileContainer::size | ( | ) | const [inline] |
Definition at line 154 of file FileManager.cpp.
Referenced by clang::FileManager::PrintStats().