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