Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp373 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
523 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
590 Function->getODRHash(); in AddCXXRecordDecl()
639 ID.AddInteger(SuperClass->getODRHash()); in AddObjCInterfaceDecl()
H A DODRDiagsEmitter.cpp1246 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseMismatch()
1248 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseMismatch()
1979 FirstSuperClass->getODRHash() != SecondSuperClass->getODRHash()) || in diagnoseMismatch()
H A DDecl.cpp4511 unsigned FunctionDecl::getODRHash() const { in getODRHash() function in FunctionDecl
4516 unsigned FunctionDecl::getODRHash() { in getODRHash() function in FunctionDecl
4522 ODRHash = FT->getODRHash(); in getODRHash()
4943 unsigned EnumDecl::getODRHash() { in getODRHash() function in EnumDecl
5194 unsigned RecordDecl::getODRHash() { in getODRHash() function in RecordDecl
H A DDeclObjC.cpp791 unsigned ObjCInterfaceDecl::getODRHash() { in getODRHash() function in ObjCInterfaceDecl
2084 unsigned ObjCProtocolDecl::getODRHash() { in getODRHash() function in ObjCProtocolDecl
H A DDeclCXX.cpp495 unsigned CXXRecordDecl::getODRHash() const { in getODRHash() function in CXXRecordDecl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp535 Record.push_back(D->getODRHash()); in VisitEnumDecl()
584 Record.push_back(D->getODRHash()); in VisitRecordDecl()
743 Record.push_back(D->getODRHash()); in VisitFunctionDecl()
875 Record.push_back(D->getODRHash()); in VisitObjCInterfaceDecl()
938 Record.push_back(D->getODRHash()); in VisitObjCProtocolDecl()
H A DASTReaderDecl.cpp825 OldDef->getODRHash() != ED->getODRHash()) in VisitEnumDecl()
885 if (OldDef->getODRHash() != RD->getODRHash()) in VisitRecordDecl()
1280 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
1391 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
2140 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTReader.cpp9890 FD->getODRHash() != NonConstDefn->getODRHash()) { in finishPendingActions()
H A DASTWriter.cpp6586 Record->push_back(D->getODRHash()); in AddCXXDefinitionData()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3000 unsigned getODRHash();
3004 unsigned getODRHash() const;
4056 unsigned getODRHash();
4382 unsigned getODRHash();
H A DDeclObjC.h1921 unsigned getODRHash();
2304 unsigned getODRHash();
H A DDeclCXX.h607 unsigned getODRHash() const;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9257 if (Duplicate->getODRHash() != Previous->getODRHash()) in ActOnDuplicateODRHashDefinition()