clang API Documentation

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 138 of file FileManager.cpp.


Member Function Documentation

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


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