Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp338 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
430 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
494 Function->getODRHash(); in AddCXXRecordDecl()
H A DDecl.cpp4104 unsigned FunctionDecl::getODRHash() const { in getODRHash() function in FunctionDecl
4109 unsigned FunctionDecl::getODRHash() { in getODRHash() function in FunctionDecl
4115 ODRHash = FT->getODRHash(); in getODRHash()
4475 unsigned EnumDecl::getODRHash() { in getODRHash() function in EnumDecl
H A DDeclCXX.cpp492 unsigned CXXRecordDecl::getODRHash() const { in getODRHash() function in CXXRecordDecl
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2802 unsigned getODRHash();
2806 unsigned getODRHash() const;
3784 unsigned getODRHash();
H A DDeclCXX.h577 unsigned getODRHash() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp444 Record.push_back(D->getODRHash()); in VisitEnumDecl()
569 Record.push_back(D->getODRHash()); in VisitFunctionDecl()
H A DASTReaderDecl.cpp778 if (OldDef->getODRHash() != ED->getODRHash()) in VisitEnumDecl()
1861 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTReader.cpp9369 FD->getODRHash() != NonConstDefn->getODRHash()) { in finishPendingActions()
10785 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseOdrViolations()
10787 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()
H A DASTWriter.cpp5543 Record->push_back(D->getODRHash()); in AddCXXDefinitionData()