Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp25 void ODRHash::AddStmt(const Stmt *S) { in AddStmt()
134 void ODRHash::AddTemplateName(TemplateName Name) { in AddTemplateName()
193 void ODRHash::clear() { in clear()
199 unsigned ODRHash::CalculateHash() { in CalculateHash()
237 ODRHash &Hash;
456 void ODRHash::AddSubDecl(const Decl *D) { in AddSubDecl()
620 void ODRHash::AddDecl(const Decl *D) { in AddDecl()
650 ODRHash &Hash;
1035 void ODRHash::AddType(const Type *T) { in AddType()
1040 void ODRHash::AddQualType(QualType T) { in AddQualType()
[all …]
H A DDecl.cpp3738 return ODRHash; in getODRHash()
3743 return ODRHash; in getODRHash()
3747 ODRHash = FT->getODRHash(); in getODRHash()
3748 return ODRHash; in getODRHash()
3751 class ODRHash Hash; in getODRHash()
3754 ODRHash = Hash.CalculateHash(); in getODRHash()
3755 return ODRHash; in getODRHash()
3970 ODRHash = 0; in EnumDecl()
4076 return ODRHash; in getODRHash()
4078 class ODRHash Hash; in getODRHash()
[all …]
H A DDeclCXX.cpp480 return DefinitionData->ODRHash; in getODRHash()
483 ODRHash Hash; in getODRHash()
486 DefinitionData->ODRHash = Hash.CalculateHash(); in getODRHash()
488 return DefinitionData->ODRHash; in getODRHash()
H A DStmtProfile.cpp166 ODRHash &Hash;
168 StmtProfilerWithoutPointers(llvm::FoldingSetNodeID &ID, ODRHash &Hash) in StmtProfilerWithoutPointers()
2019 class ODRHash &Hash) const { in ProcessODRHash()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DODRHash.h42 class ODRHash {
53 ODRHash() {} in ODRHash() function
H A DStmt.h51 class ODRHash; variable
1136 void ProcessODRHash(llvm::FoldingSetNodeID &ID, ODRHash& Hash) const; in alignas()
H A DDecl.h1761 unsigned ODRHash; variable
3360 unsigned ODRHash; variable
H A DDeclCXX.h534 unsigned ODRHash = 0;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp748 ED->ODRHash = Record.readInt(); in VisitEnumDecl()
880 FD->ODRHash = Record.readInt(); in VisitFunctionDecl()
1690 Data.ODRHash = Record.readInt(); in ReadCXXDefinitionData()
1855 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTReader.cpp9592 ODRHash Hash; in diagnoseOdrViolations()
9956 if (!ODRHash::isWhitelistedDecl(D, FirstRecord)) in diagnoseOdrViolations()
11360 if (!ODRHash::isWhitelistedDecl(D, FirstEnum)) in diagnoseOdrViolations()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile88 SRCS_MIN+= AST/ODRHash.cpp