Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp366 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
516 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
583 Function->getODRHash(); in AddCXXRecordDecl()
632 ID.AddInteger(SuperClass->getODRHash()); in AddObjCInterfaceDecl()
H A DODRDiagsEmitter.cpp1246 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseMismatch()
1248 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseMismatch()
1974 FirstSuperClass->getODRHash() != SecondSuperClass->getODRHash()) || in diagnoseMismatch()
H A DDecl.cpp4463 unsigned FunctionDecl::getODRHash() const { in getODRHash() function in FunctionDecl
4468 unsigned FunctionDecl::getODRHash() { in getODRHash() function in FunctionDecl
4474 ODRHash = FT->getODRHash(); in getODRHash()
4895 unsigned EnumDecl::getODRHash() { in getODRHash() function in EnumDecl
5139 unsigned RecordDecl::getODRHash() { in getODRHash() function in RecordDecl
H A DDeclObjC.cpp792 unsigned ObjCInterfaceDecl::getODRHash() { in getODRHash() function in ObjCInterfaceDecl
2090 unsigned ObjCProtocolDecl::getODRHash() { in getODRHash() function in ObjCProtocolDecl
H A DStmtProfile.cpp2071 ID.AddInteger(Lambda->getODRHash()); in VisitLambdaExpr()
H A DDeclCXX.cpp493 unsigned CXXRecordDecl::getODRHash() const { in getODRHash() function in CXXRecordDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp500 Record.push_back(D->getODRHash()); in VisitEnumDecl()
549 Record.push_back(D->getODRHash()); in VisitRecordDecl()
712 Record.push_back(D->getODRHash()); in VisitFunctionDecl()
837 Record.push_back(D->getODRHash()); in VisitObjCInterfaceDecl()
900 Record.push_back(D->getODRHash()); in VisitObjCProtocolDecl()
H A DASTReaderDecl.cpp836 OldDef->getODRHash() != ED->getODRHash()) in VisitEnumDecl()
899 if (OldDef->getODRHash() != RD->getODRHash()) in VisitRecordDecl()
1288 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
1399 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
2158 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTReader.cpp9749 FD->getODRHash() != NonConstDefn->getODRHash()) { in finishPendingActions()
H A DASTWriter.cpp6032 Record->push_back(D->getODRHash()); in AddCXXDefinitionData()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2997 unsigned getODRHash();
3001 unsigned getODRHash() const;
4040 unsigned getODRHash();
4366 unsigned getODRHash();
H A DDeclObjC.h1918 unsigned getODRHash();
2301 unsigned getODRHash();
H A DDeclCXX.h606 unsigned getODRHash() const;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3529 if (Duplicate->getODRHash() != Previous->getODRHash()) in ActOnDuplicateODRHashDefinition()