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

Public Member Functions

 DupKey (int64_t val, bool isTombstoneOrEmptyKey)
 

Public Attributes

int64_t val
 
bool isTombstoneOrEmptyKey
 

Detailed Description

Definition at line 13806 of file SemaDecl.cpp.

Constructor & Destructor Documentation

DupKey::DupKey ( int64_t  val,
bool  isTombstoneOrEmptyKey 
)
inline

Definition at line 13809 of file SemaDecl.cpp.

Member Data Documentation

bool DupKey::isTombstoneOrEmptyKey

Definition at line 13808 of file SemaDecl.cpp.

Referenced by DenseMapInfoDupKey::isEqual().

int64_t DupKey::val

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