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

#include "clang/Basic/SourceLocation.h"

Static Public Member Functions

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

◆ getHashValue()

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

Definition at line 525 of file SourceLocation.h.

◆ isEqual()

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

Definition at line 530 of file SourceLocation.h.


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