clang 23.0.0git
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 216 of file CallGraph.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 217 of file CallGraph.h.

◆ getHashValue()

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

Definition at line 229 of file CallGraph.h.

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

◆ getTombstoneKey()

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

Definition at line 223 of file CallGraph.h.

◆ isEqual()

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

Definition at line 235 of file CallGraph.h.


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