clang API Documentation

Public Member Functions
clang::FileManager::UniqueDirContainer Class Reference

List of all members.

Public Member Functions

DirectoryEntrygetDirectory (const char *, const struct stat &StatBuf)
size_t size () const

Detailed Description

Definition at line 122 of file FileManager.cpp.


Member Function Documentation

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().


The documentation for this class was generated from the following file: