Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp113 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseSubMismatchMethodParameters()
180 if (computeODRHash(FirstType) != computeODRHash(SecondType)) { in diagnoseSubMismatchField()
278 if (computeODRHash(FirstType) != computeODRHash(SecondType)) { in diagnoseSubMismatchTypedef()
321 if (computeODRHash(FirstType) != computeODRHash(SecondType)) { in diagnoseSubMismatchVar()
343 computeODRHash(FirstInit) != computeODRHash(SecondInit)) { in diagnoseSubMismatchVar()
836 if (computeODRHash(FirstDecl) == computeODRHash(SecondDecl)) in diagnoseMismatch()
1173 computeODRHash(FirstInit) != computeODRHash(SecondInit)) { in diagnoseMismatch()
1226 if (computeODRHash(FirstTA) == computeODRHash(SecondTA)) in diagnoseMismatch()
1476 if (computeODRHash(FirstTA) != computeODRHash(SecondTA)) { in diagnoseMismatch()
1766 computeODRHash(FirstInit) != computeODRHash(SecondInit)) { in diagnoseMismatch()
[all …]