Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10649 auto ComputeCXXMethodODRHash = [](const CXXMethodDecl *D) { in diagnoseOdrViolations() local
10659 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseOdrViolations()
10661 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()