clang 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::CallGraphNode::CallRecord > Struct Reference

#include "clang/Analysis/CallGraph.h"

Static Public Member Functions

static clang::CallGraphNode::CallRecord getEmptyKey ()
 
static clang::CallGraphNode::CallRecord getTombstoneKey ()
 
static unsigned getHashValue (const clang::CallGraphNode::CallRecord &Val)
 
static bool isEqual (const clang::CallGraphNode::CallRecord &LHS, const clang::CallGraphNode::CallRecord &RHS)
 

Detailed Description

Definition at line 217 of file CallGraph.h.

Member Function Documentation

◆ getEmptyKey()

static clang::CallGraphNode::CallRecord llvm::DenseMapInfo< clang::CallGraphNode::CallRecord >::getEmptyKey ( )
inlinestatic

Definition at line 218 of file CallGraph.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::CallGraphNode::CallRecord >::getHashValue ( const clang::CallGraphNode::CallRecord Val)
inlinestatic

Definition at line 230 of file CallGraph.h.

References clang::CallGraphNode::CallRecord::Callee.

◆ getTombstoneKey()

static clang::CallGraphNode::CallRecord llvm::DenseMapInfo< clang::CallGraphNode::CallRecord >::getTombstoneKey ( )
inlinestatic

Definition at line 224 of file CallGraph.h.

◆ isEqual()

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

Definition at line 236 of file CallGraph.h.


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