Lines Matching refs:ODRHash
24 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()
203 void ODRHash::AddTemplateParameterList(const TemplateParameterList *TPL) { in AddTemplateParameterList()
212 void ODRHash::clear() { in clear()
218 unsigned ODRHash::CalculateHash() { in CalculateHash()
256 ODRHash &Hash;
259 ODRDeclVisitor(llvm::FoldingSetNodeID &ID, ODRHash &Hash) in ODRDeclVisitor()
421 if (ODRHash::isSubDeclToBeProcessed(SubDecl, Method)) in VisitObjCMethodDecl()
529 bool ODRHash::isSubDeclToBeProcessed(const Decl *D, const DeclContext *Parent) { in isSubDeclToBeProcessed()
555 void ODRHash::AddSubDecl(const Decl *D) { in AddSubDecl()
561 void ODRHash::AddCXXRecordDecl(const CXXRecordDecl *Record) { in AddCXXRecordDecl()
608 void ODRHash::AddRecordDecl(const RecordDecl *Record) { in AddRecordDecl()
626 void ODRHash::AddObjCInterfaceDecl(const ObjCInterfaceDecl *IF) { in AddObjCInterfaceDecl()
653 void ODRHash::AddFunctionDecl(const FunctionDecl *Function, in AddFunctionDecl()
740 void ODRHash::AddEnumDecl(const EnumDecl *Enum) { in AddEnumDecl()
768 void ODRHash::AddObjCProtocolDecl(const ObjCProtocolDecl *P) { in AddObjCProtocolDecl()
793 void ODRHash::AddDecl(const Decl *D) { in AddDecl()
823 ODRHash &Hash;
826 ODRTypeVisitor(llvm::FoldingSetNodeID &ID, ODRHash &Hash) in ODRTypeVisitor()
1239 void ODRHash::AddType(const Type *T) { in AddType()
1244 void ODRHash::AddQualType(QualType T) { in AddQualType()
1253 void ODRHash::AddBoolean(bool Value) { in AddBoolean()
1257 void ODRHash::AddStructuralValue(const APValue &Value) { in AddStructuralValue()