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.cpp392 ID.AddInteger(D->getODRHash()); in VisitFunctionDecl()
543 ID.AddInteger(D->getTemplatedDecl()->getODRHash()); in VisitFunctionTemplateDecl()
610 Function->getODRHash(); in AddCXXRecordDecl()
659 ID.AddInteger(SuperClass->getODRHash()); in AddObjCInterfaceDecl()
H A DODRDiagsEmitter.cpp1244 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash(); in diagnoseMismatch()
1246 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash(); in diagnoseMismatch()
1977 FirstSuperClass->getODRHash() != SecondSuperClass->getODRHash()) || in diagnoseMismatch()
H A DDecl.cpp4607 unsigned FunctionDecl::getODRHash() const { in getODRHash() function in FunctionDecl
4612 unsigned FunctionDecl::getODRHash() { in getODRHash() function in FunctionDecl
4618 ODRHash = FT->getODRHash(); in getODRHash()
5054 unsigned EnumDecl::getODRHash() { in getODRHash() function in EnumDecl
5301 unsigned RecordDecl::getODRHash() { in getODRHash() function in RecordDecl
H A DDeclObjC.cpp788 unsigned ObjCInterfaceDecl::getODRHash() { in getODRHash() function in ObjCInterfaceDecl
2081 unsigned ObjCProtocolDecl::getODRHash() { in getODRHash() function in ObjCProtocolDecl
H A DDeclCXX.cpp502 unsigned CXXRecordDecl::getODRHash() const { in getODRHash() function in CXXRecordDecl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp808 OldDef->getODRHash() != ED->getODRHash()) in VisitEnumDecl()
868 if (OldDef->getODRHash() != RD->getODRHash()) in VisitRecordDecl()
1287 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
1398 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
2161 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTWriterDecl.cpp688 Record.push_back(D->getODRHash()); in VisitEnumDecl()
738 Record.push_back(D->getODRHash()); in VisitRecordDecl()
902 Record.push_back(D->getODRHash()); in VisitFunctionDecl()
1048 Record.push_back(D->getODRHash()); in VisitObjCInterfaceDecl()
1111 Record.push_back(D->getODRHash()); in VisitObjCProtocolDecl()
H A DASTReader.cpp10526 FD->getODRHash() != NonConstDefn->getODRHash()) { in finishPendingActions()
H A DASTWriter.cpp7237 Record->push_back(D->getODRHash()); in AddCXXDefinitionData()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3101 unsigned getODRHash();
3105 unsigned getODRHash() const;
4174 unsigned getODRHash();
4493 unsigned getODRHash();
H A DDeclObjC.h1920 unsigned getODRHash();
2304 unsigned getODRHash();
H A DDeclCXX.h605 unsigned getODRHash() const;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9526 if (Duplicate->getODRHash() != Previous->getODRHash()) in ActOnDuplicateODRHashDefinition()