Home
last modified time | relevance | path

Searched refs:CalculateHash (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h88 unsigned CalculateHash();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp21 return Hasher.CalculateHash(); in computeODRHash()
27 return Hasher.CalculateHash(); in computeODRHash()
34 return Hasher.CalculateHash(); in computeODRHash()
40 return Hasher.CalculateHash(); in computeODRHash()
1237 return Hasher.CalculateHash(); in diagnoseMismatch()
1447 return Hasher.CalculateHash(); in diagnoseMismatch()
H A DDeclObjC.cpp798 data().ODRHash = Hasher.CalculateHash(); in getODRHash()
2091 data().ODRHash = Hasher.CalculateHash(); in getODRHash()
H A DDeclCXX.cpp513 DefinitionData->ODRHash = Hash.CalculateHash(); in getODRHash()
2337 return SelfHash.CalculateHash() == OtherHash.CalculateHash(); in isEquivalent()
H A DDecl.cpp4625 ODRHash = Hash.CalculateHash(); in getODRHash()
5061 ODRHash = Hash.CalculateHash(); in getODRHash()
5310 static_assert(sizeof(Hash.CalculateHash()) * CHAR_BIT == 32); in getODRHash()
5311 setODRHash(Hash.CalculateHash() >> (32 - NumOdrHashBits)); in getODRHash()
H A DODRHash.cpp241 unsigned ODRHash::CalculateHash() { in CalculateHash() function in ODRHash
H A DStmtProfile.cpp2148 ID.AddInteger(Hasher.CalculateHash()); in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp1075 Out << Hash.CalculateHash(); in VisitTemplateArgument()