Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10883 auto ComputeCXXMethodODRHash = [&Hash](const CXXMethodDecl *D) { in diagnoseOdrViolations() local
10893 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseOdrViolations()
10895 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()