Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp24 void ODRHash::AddStmt(const Stmt *S) { in AddStmt()
29 void ODRHash::AddIdentifierInfo(const IdentifierInfo *II) { in AddIdentifierInfo()
34 void ODRHash::AddDeclarationName(DeclarationName Name, bool TreatAsDecl) { in AddDeclarationName()
46 void ODRHash::AddDeclarationNameImpl(DeclarationName Name) { in AddDeclarationNameImpl()
112 void ODRHash::AddNestedNameSpecifier(const NestedNameSpecifier *NNS) { in AddNestedNameSpecifier()
141 void ODRHash::AddTemplateName(TemplateName Name) { in AddTemplateName()
161 void ODRHash::AddTemplateArgument(TemplateArgument TA) { in AddTemplateArgument()
199 void ODRHash::AddTemplateParameterList(const TemplateParameterList *TPL) { in AddTemplateParameterList()
208 void ODRHash::clear() { in clear()
214 unsigned ODRHash::CalculateHash() { in CalculateHash()
[all …]
H A DODRDiagsEmitter.cpp19 ODRHash Hasher; in computeODRHash()
25 ODRHash Hasher; in computeODRHash()
32 ODRHash Hasher; in computeODRHash()
38 ODRHash Hasher; in computeODRHash()
894 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch()
1232 ODRHash Hasher; in diagnoseMismatch()
1440 ODRHash Hasher; in diagnoseMismatch()
1566 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch()
1862 if (!ODRHash::isSubDeclToBeProcessed(D, FirstEnum)) in diagnoseMismatch()
2002 if (!ODRHash::isSubDeclToBeProcessed(D, DC)) in diagnoseMismatch()
[all …]
H A DDeclObjC.cpp797 return data().ODRHash; in getODRHash()
800 ODRHash Hasher; in getODRHash()
802 data().ODRHash = Hasher.CalculateHash(); in getODRHash()
805 return data().ODRHash; in getODRHash()
2095 return data().ODRHash; in getODRHash()
2098 ODRHash Hasher; in getODRHash()
2100 data().ODRHash = Hasher.CalculateHash(); in getODRHash()
2103 return data().ODRHash; in getODRHash()
H A DDecl.cpp2973 DeclContext(DK), redeclarable_base(C), Body(), ODRHash(0), in FunctionDecl()
4266 return ODRHash; in getODRHash()
4271 return ODRHash; in getODRHash()
4275 ODRHash = FT->getODRHash(); in getODRHash()
4276 return ODRHash; in getODRHash()
4279 class ODRHash Hash; in getODRHash()
4282 ODRHash = Hash.CalculateHash(); in getODRHash()
4283 return ODRHash; in getODRHash()
4549 ODRHash = 0; in EnumDecl()
4655 return ODRHash; in getODRHash()
[all …]
H A DCMakeLists.txt96 ODRHash.cpp
H A DDeclCXX.cpp498 return DefinitionData->ODRHash; in getODRHash()
501 ODRHash Hash; in getODRHash()
504 DefinitionData->ODRHash = Hash.CalculateHash(); in getODRHash()
506 return DefinitionData->ODRHash; in getODRHash()
2090 ODRHash SelfHash, OtherHash; in isEquivalent()
H A DStmtProfile.cpp170 ODRHash &Hash;
172 StmtProfilerWithoutPointers(llvm::FoldingSetNodeID &ID, ODRHash &Hash) in StmtProfilerWithoutPointers()
2386 class ODRHash &Hash) const { in ProcessODRHash()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRHash.h41 class ODRHash {
52 ODRHash() {} in ODRHash() function
H A DDecl.h1976 unsigned ODRHash; variable
3752 unsigned ODRHash; variable
4265 bool hasODRHash() const { return RecordDeclBits.ODRHash; } in hasODRHash()
4266 void setODRHash(unsigned Hash) { RecordDeclBits.ODRHash = Hash; } in setODRHash()
H A DDeclObjC.h1211 unsigned ODRHash = 0; member
2081 unsigned ODRHash = 0; member
H A DStmt.h57 class ODRHash; variable
1304 void ProcessODRHash(llvm::FoldingSetNodeID &ID, ODRHash& Hash) const;
H A DDeclBase.h1583 uint64_t ODRHash : 26;
H A DDeclCXX.h305 unsigned ODRHash = 0; member
/openbsd-src/gnu/usr.bin/clang/libclangAST/
H A DMakefile67 ODRHash.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn124 "ODRHash.cpp",
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp775 ED->ODRHash = Record.readInt(); in VisitEnumDecl()
1068 FD->ODRHash = Record.readInt(); in VisitFunctionDecl()
1210 Data.ODRHash = Record.readInt(); in ReadObjCDefinitionData()
1246 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
1343 Data.ODRHash = Record.readInt(); in ReadObjCDefinitionData()
1357 if (D->getODRHash() != NewDD.ODRHash) in MergeDefinitionData()
1902 Data.ODRHash = Record.readInt(); in ReadCXXDefinitionData()
2049 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()