reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/DenseMapInfo.h
   51   static unsigned getHashValue(const T *PtrVal) {
   74   static unsigned getHashValue(const unsigned char &Val) { return Val * 37U; }
   96   static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
  108   static unsigned getHashValue(const unsigned long& Val) {
  144   static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
  159   static unsigned getHashValue(const long& Val) {
  232   static unsigned getHashValue(StringRef Val) {
  286   static unsigned getHashValue(const ElementCount& EltCnt) {
include/llvm/Analysis/MemoryLocation.h
  296   static unsigned getHashValue(const MemoryLocation &Val) {
include/llvm/IR/Attributes.h
  321   static unsigned getHashValue(AttributeSet AS) {
include/llvm/IR/DebugInfoMetadata.h
 2596   static unsigned getHashValue(const FragInfo &Frag) {
include/llvm/IR/ValueHandle.h
  301   static unsigned getHashValue(const AssertingVH<T> &Val) {
tools/clang/include/clang/AST/BaseSubobject.h
   70   static unsigned getHashValue(const clang::BaseSubobject &Base) {
tools/clang/include/clang/AST/CharUnits.h
  234   static unsigned getHashValue(const clang::CharUnits &CU) {
tools/clang/include/clang/AST/TypeOrdering.h
   47     static unsigned getHashValue(clang::QualType Val) {
   67     static unsigned getHashValue(clang::CanQualType Val) {
tools/clang/include/clang/Basic/SourceLocation.h
  457     static unsigned getHashValue(clang::FileID S) {
tools/clang/lib/Basic/IdentifierTable.cpp
  354 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) {
tools/clang/tools/extra/clangd/index/SymbolID.h
   76   static unsigned getHashValue(const clang::clangd::SymbolID &Sym) {