clang  3.9.0
Public Types | Static Public Member Functions | List of all members
clang::PTHManager::PTHFileLookupTrait Class Reference
Inheritance diagram for clang::PTHManager::PTHFileLookupTrait:
[legend]
Collaboration diagram for clang::PTHManager::PTHFileLookupTrait:
[legend]

Public Types

typedef const FileEntryexternal_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)
 

Detailed Description

Definition at line 346 of file PTHLexer.cpp.

Member Typedef Documentation

Definition at line 349 of file PTHLexer.cpp.

Definition at line 348 of file PTHLexer.cpp.

Member Function Documentation

static bool clang::PTHManager::PTHFileLookupTrait::EqualKey ( internal_key_type  a,
internal_key_type  b 
)
inlinestatic

Definition at line 355 of file PTHLexer.cpp.

static internal_key_type clang::PTHManager::PTHFileLookupTrait::GetInternalKey ( const FileEntry FE)
inlinestatic

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   
)
inlinestatic

Definition at line 359 of file PTHLexer.cpp.


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