Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1236 auto ComputeCXXMethodODRHash = [](const CXXMethodDecl *D) { in diagnoseMismatch() local
1246 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseMismatch()
1248 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseMismatch()