clang  3.7.0
Public Attributes | List of all members
clang::HMapBucket Struct Reference
Collaboration diagram for clang::HMapBucket:
[legend]

Public Attributes

uint32_t Key
 
uint32_t Prefix
 
uint32_t Suffix
 

Detailed Description

Definition at line 37 of file HeaderMap.cpp.

Member Data Documentation

uint32_t clang::HMapBucket::Key

Definition at line 38 of file HeaderMap.cpp.

Referenced by clang::HeaderMap::dump(), and clang::HeaderMap::lookupFilename().

uint32_t clang::HMapBucket::Prefix

Definition at line 40 of file HeaderMap.cpp.

Referenced by clang::HeaderMap::dump(), and clang::HeaderMap::lookupFilename().

uint32_t clang::HMapBucket::Suffix

Definition at line 41 of file HeaderMap.cpp.

Referenced by clang::HeaderMap::dump(), and clang::HeaderMap::lookupFilename().


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