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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp338 ID.AddInteger(D->getODRHash());
430 ID.AddInteger(D->getTemplatedDecl()->getODRHash());
494 Function->getODRHash();
H A DDecl.cpp3977 unsigned FunctionDecl::getODRHash() const {
3982 unsigned FunctionDecl::getODRHash() {
3988 ODRHash = FT->getODRHash();
4348 unsigned EnumDecl::getODRHash() {
H A DDeclCXX.cpp480 unsigned CXXRecordDecl::getODRHash() const { function in class:CXXRecordDecl
487 // Only calculate hash on first call of getODRHash per record.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2726 unsigned getODRHash();
2730 unsigned getODRHash() const;
3708 unsigned getODRHash();
H A DDeclCXX.h576 unsigned getODRHash() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp773 if (OldDef->getODRHash() != ED->getODRHash())
1825 if (D->getODRHash() != MergeDD.ODRHash) {
H A DASTWriterDecl.cpp442 Record.push_back(D->getODRHash());
567 Record.push_back(D->getODRHash());
H A DASTReader.cpp9375 FD->getODRHash() != NonConstDefn->getODRHash()) {
10791 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash();
10793 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash();
H A DASTWriter.cpp5687 // getODRHash will compute the ODRHash if it has not been previously computed.
5688 Record->push_back(D->getODRHash());

Completed in 177 milliseconds