clang API Documentation
Public Types | |
typedef const FileEntry * | external_key_type |
typedef PTHFileData | data_type |
Static Public Member Functions | |
static internal_key_type | GetInternalKey (const FileEntry *FE) |
static bool | EqualKey (internal_key_type a, internal_key_type b) |
static PTHFileData | ReadData (const internal_key_type &k, const unsigned char *d, unsigned) |
Definition at line 346 of file PTHLexer.cpp.
typedef PTHFileData clang::PTHManager::PTHFileLookupTrait::data_type |
Definition at line 349 of file PTHLexer.cpp.
Definition at line 348 of file PTHLexer.cpp.
static bool clang::PTHManager::PTHFileLookupTrait::EqualKey | ( | internal_key_type | a, |
internal_key_type | b | ||
) | [inline, static] |
Definition at line 355 of file PTHLexer.cpp.
static internal_key_type clang::PTHManager::PTHFileLookupTrait::GetInternalKey | ( | const FileEntry * | FE | ) | [inline, static] |
Definition at line 351 of file PTHLexer.cpp.
References clang::FileEntry::getName().
static PTHFileData clang::PTHManager::PTHFileLookupTrait::ReadData | ( | const internal_key_type & | k, |
const unsigned char * | d, | ||
unsigned | |||
) | [inline, static] |
Definition at line 359 of file PTHLexer.cpp.