clang  5.0.0
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc > Struct Template Reference

#include "clang/Sema/Sema.h"

Public Types

using FunctionDeclAndLoc = clang::Sema::FunctionDeclAndLoc
 
using FDBaseInfo = DenseMapInfo< clang::CanonicalDeclPtr< clang::FunctionDecl >>
 

Static Public Member Functions

static FunctionDeclAndLoc getEmptyKey ()
 
static FunctionDeclAndLoc getTombstoneKey ()
 
static unsigned getHashValue (const FunctionDeclAndLoc &FDL)
 
static bool isEqual (const FunctionDeclAndLoc &LHS, const FunctionDeclAndLoc &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >

Definition at line 10562 of file Sema.h.

Member Typedef Documentation

Definition at line 10564 of file Sema.h.

Definition at line 10563 of file Sema.h.

Member Function Documentation

Definition at line 10566 of file Sema.h.

static unsigned llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >::getHashValue ( const FunctionDeclAndLoc FDL)
inlinestatic
static FunctionDeclAndLoc llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >::getTombstoneKey ( )
inlinestatic

Definition at line 10570 of file Sema.h.

static bool llvm::DenseMapInfo< clang::Sema::FunctionDeclAndLoc >::isEqual ( const FunctionDeclAndLoc LHS,
const FunctionDeclAndLoc RHS 
)
inlinestatic

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