Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp333 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
420 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
484 Function->getODRHash(); in AddCXXRecordDecl()
H A DDecl.cpp3736 unsigned FunctionDecl::getODRHash() const { in getODRHash() function in FunctionDecl
3741 unsigned FunctionDecl::getODRHash() { in getODRHash() function in FunctionDecl
3747 ODRHash = FT->getODRHash(); in getODRHash()
4074 unsigned EnumDecl::getODRHash() { in getODRHash() function in EnumDecl
H A DDeclCXX.cpp475 unsigned CXXRecordDecl::getODRHash() const { in getODRHash() function in CXXRecordDecl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2559 unsigned getODRHash();
2563 unsigned getODRHash() const;
3531 unsigned getODRHash();
H A DDeclCXX.h811 unsigned getODRHash() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp770 if (OldDef->getODRHash() != ED->getODRHash()) in VisitEnumDecl()
1855 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTWriterDecl.cpp436 Record.push_back(D->getODRHash()); in VisitEnumDecl()
556 Record.push_back(D->getODRHash()); in VisitFunctionDecl()
H A DASTReader.cpp9425 FD->getODRHash() != NonConstDefn->getODRHash()) { in finishPendingActions()
10672 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseOdrViolations()
10674 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseOdrViolations()
H A DASTWriter.cpp6064 Record->push_back(D->getODRHash()); in AddCXXDefinitionData()