Home
last modified time | relevance | path

Searched refs:ODRHash (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp24 void ODRHash::AddStmt(const Stmt *S) { in AddStmt()
138 void ODRHash::AddTemplateName(TemplateName Name) { in AddTemplateName()
198 void ODRHash::clear() { in clear()
204 unsigned ODRHash::CalculateHash() { in CalculateHash()
242 ODRHash &Hash;
466 void ODRHash::AddSubDecl(const Decl *D) { in AddSubDecl()
630 void ODRHash::AddDecl(const Decl *D) { in AddDecl()
660 ODRHash &Hash;
1119 void ODRHash::AddType(const Type *T) { in AddType()
1124 void ODRHash::AddQualType(QualType T) { in AddQualType()
[all …]
H A DDecl.cpp4106 return ODRHash; in getODRHash()
4111 return ODRHash; in getODRHash()
4115 ODRHash = FT->getODRHash(); in getODRHash()
4116 return ODRHash; in getODRHash()
4119 class ODRHash Hash; in getODRHash()
4122 ODRHash = Hash.CalculateHash(); in getODRHash()
4123 return ODRHash; in getODRHash()
4371 ODRHash = 0; in EnumDecl()
4477 return ODRHash; in getODRHash()
4479 class ODRHash Hash; in getODRHash()
[all …]
H A DDeclCXX.cpp497 return DefinitionData->ODRHash; in getODRHash()
500 ODRHash Hash; in getODRHash()
503 DefinitionData->ODRHash = Hash.CalculateHash(); in getODRHash()
505 return DefinitionData->ODRHash; in getODRHash()
2039 ODRHash SelfHash, OtherHash; in isEquivalent()
H A DStmtProfile.cpp166 ODRHash &Hash;
168 StmtProfilerWithoutPointers(llvm::FoldingSetNodeID &ID, ODRHash &Hash) in StmtProfilerWithoutPointers()
2306 class ODRHash &Hash) const { in ProcessODRHash()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h41 class ODRHash {
52 ODRHash() {} in ODRHash() function
H A DDecl.h1907 unsigned ODRHash; variable
3611 unsigned ODRHash; variable
H A DStmt.h53 class ODRHash; variable
1284 void ProcessODRHash(llvm::FoldingSetNodeID &ID, ODRHash& Hash) const; in alignas()
H A DDeclCXX.h297 unsigned ODRHash = 0; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp756 ED->ODRHash = Record.readInt(); in VisitEnumDecl()
894 FD->ODRHash = Record.readInt(); in VisitFunctionDecl()
1735 Data.ODRHash = Record.readInt(); in ReadCXXDefinitionData()
1861 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTReader.cpp9536 ODRHash Hash; in diagnoseOdrViolations()
9916 if (!ODRHash::isDeclToBeProcessed(D, DC)) in diagnoseOdrViolations()
11402 if (!ODRHash::isDeclToBeProcessed(D, FirstEnum)) in diagnoseOdrViolations()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile118 SRCS_MIN+= AST/ODRHash.cpp