clang 22.0.0git
llvm::DenseMapInfo< clang::SourceRange > Struct Reference

#include "clang/Basic/SourceLocation.h"

Static Public Member Functions

static clang::SourceRange getEmptyKey ()
static clang::SourceRange getTombstoneKey ()
static unsigned getHashValue (clang::SourceRange Range)
static bool isEqual (clang::SourceRange LHS, clang::SourceRange RHS)

Detailed Description

Definition at line 524 of file SourceLocation.h.

Member Function Documentation

◆ getEmptyKey()

clang::SourceRange llvm::DenseMapInfo< clang::SourceRange >::getEmptyKey ( )
inlinestatic

Definition at line 525 of file SourceLocation.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< clang::SourceRange >::getHashValue ( clang::SourceRange Range)
inlinestatic

Definition at line 533 of file SourceLocation.h.

◆ getTombstoneKey()

clang::SourceRange llvm::DenseMapInfo< clang::SourceRange >::getTombstoneKey ( )
inlinestatic

Definition at line 529 of file SourceLocation.h.

◆ isEqual()

bool llvm::DenseMapInfo< clang::SourceRange >::isEqual ( clang::SourceRange LHS,
clang::SourceRange RHS )
inlinestatic

Definition at line 538 of file SourceLocation.h.


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