Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DODRDiagsEmitter.cpp1231 auto ComputeCXXMethodODRHash = [](const CXXMethodDecl *D) { in diagnoseMismatch() local
1241 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseMismatch()
1243 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseMismatch()