clang  3.7.0
Static Public Member Functions | List of all members
clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo Class Reference

#include <ScopeInfo.h>

Static Public Member Functions

static WeakObjectProfileTy getEmptyKey ()
 
static WeakObjectProfileTy getTombstoneKey ()
 
static unsigned getHashValue (const WeakObjectProfileTy &Val)
 
static bool isEqual (const WeakObjectProfileTy &LHS, const WeakObjectProfileTy &RHS)
 

Detailed Description

Definition at line 234 of file ScopeInfo.h.

Member Function Documentation

static WeakObjectProfileTy clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::getEmptyKey ( )
inlinestatic

Definition at line 236 of file ScopeInfo.h.

static unsigned clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::getHashValue ( const WeakObjectProfileTy Val)
inlinestatic

Definition at line 243 of file ScopeInfo.h.

static WeakObjectProfileTy clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::getTombstoneKey ( )
inlinestatic

Definition at line 239 of file ScopeInfo.h.

static bool clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo::isEqual ( const WeakObjectProfileTy LHS,
const WeakObjectProfileTy RHS 
)
inlinestatic

Definition at line 249 of file ScopeInfo.h.


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