clang  3.9.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 253 of file ScopeInfo.h.

Member Function Documentation

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

Definition at line 255 of file ScopeInfo.h.

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

Definition at line 262 of file ScopeInfo.h.

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

Definition at line 258 of file ScopeInfo.h.

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

Definition at line 268 of file ScopeInfo.h.


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