Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10746 auto ComputeCXXMethodODRHash = [&Hash](const CXXMethodDecl *D) { in diagnoseOdrViolations() local
10756 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseOdrViolations()
10758 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()