Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
109 void ODRHash::AddNestedNameSpecifier(const NestedNameSpecifier *NNS) { in AddNestedNameSpecifier()
138 void ODRHash::AddTemplateName(TemplateName Name) { in AddTemplateName()
157 void ODRHash::AddTemplateArgument(TemplateArgument TA) { in AddTemplateArgument()
189 void ODRHash::AddTemplateParameterList(const TemplateParameterList *TPL) { in AddTemplateParameterList()
198 void ODRHash::clear() { in clear()
204 unsigned ODRHash::CalculateHash() { in CalculateHash()
[all …]
H A DDecl.cpp2852 DeclContext(DK), redeclarable_base(C), Body(), ODRHash(0), in FunctionDecl()
4113 return ODRHash; in getODRHash()
4118 return ODRHash; in getODRHash()
4122 ODRHash = FT->getODRHash(); in getODRHash()
4123 return ODRHash; in getODRHash()
4126 class ODRHash Hash; in getODRHash()
4129 ODRHash = Hash.CalculateHash(); in getODRHash()
4130 return ODRHash; in getODRHash()
4378 ODRHash = 0; in EnumDecl()
4484 return ODRHash; in getODRHash()
[all …]
H A DCMakeLists.txt88 ODRHash.cpp
H A DDeclCXX.cpp493 return DefinitionData->ODRHash; in getODRHash()
496 ODRHash Hash; in getODRHash()
499 DefinitionData->ODRHash = Hash.CalculateHash(); in getODRHash()
501 return DefinitionData->ODRHash; in getODRHash()
2053 ODRHash SelfHash, OtherHash; in isEquivalent()
H A DStmtProfile.cpp166 ODRHash &Hash;
168 StmtProfilerWithoutPointers(llvm::FoldingSetNodeID &ID, ODRHash &Hash) in StmtProfilerWithoutPointers()
2289 class ODRHash &Hash) const { in ProcessODRHash()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DODRHash.h41 class ODRHash {
52 ODRHash() {} in ODRHash() function
H A DStmt.h53 class ODRHash; variable
1284 void ProcessODRHash(llvm::FoldingSetNodeID &ID, ODRHash& Hash) const;
H A DDecl.h1881 unsigned ODRHash; variable
3585 unsigned ODRHash; variable
H A DDeclCXX.h296 unsigned ODRHash = 0; member
/netbsd-src/external/apache2/llvm/lib/libclangAST/
H A DMakefile58 ODRHash.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn114 "ODRHash.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp754 ED->ODRHash = Record.readInt(); in VisitEnumDecl()
892 FD->ODRHash = Record.readInt(); in VisitFunctionDecl()
1717 Data.ODRHash = Record.readInt(); in ReadCXXDefinitionData()
1843 if (D->getODRHash() != MergeDD.ODRHash) { in MergeDefinitionData()
H A DASTReader.cpp9507 ODRHash Hash; in diagnoseOdrViolations()
9887 if (!ODRHash::isDeclToBeProcessed(D, DC)) in diagnoseOdrViolations()
11373 if (!ODRHash::isDeclToBeProcessed(D, FirstEnum)) in diagnoseOdrViolations()