Home
last modified time | relevance | path

Searched refs:computeStableHash (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h309 unsigned computeStableHash() const { in computeStableHash() function
389 unsigned computeStableHash() const { in computeStableHash() function
390 return FoldingSetNodeIDRef(Bits.data(), Bits.size()).computeStableHash(); in computeStableHash()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp49 return ID.computeStableHash(); in getValue()
H A DASTReader.cpp1236 return ID.computeStableHash(); in getHash()
1316 return ID.computeStableHash(); in ComputeHash()
12973 return ID.computeStableHash(); in getStableHashForModuleName()
H A DASTWriter.cpp4207 return ID.computeStableHash(); in ComputeHash()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp270 return ID.computeStableHash(); in CalculateHash()