Lines Matching refs:IsStructuralMatch
466 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain);
467 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
469 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
471 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord);
472 bool IsStructuralMatch(EnumConstantDecl *FromEC, EnumConstantDecl *ToEC);
473 bool IsStructuralMatch(FunctionTemplateDecl *From,
475 bool IsStructuralMatch(FunctionDecl *From, FunctionDecl *To);
476 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
477 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
2142 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() function in ASTNodeImporter
2150 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter
2169 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter
2178 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter
2191 bool ASTNodeImporter::IsStructuralMatch(FunctionTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2200 bool ASTNodeImporter::IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) { in IsStructuralMatch() function in ASTNodeImporter
2208 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter
2218 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2227 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2692 if (IsStructuralMatch(D, FoundEnum)) { in VisitEnumDecl()
2822 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl()
2828 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl()
3019 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
3286 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()
3824 IsStructuralMatch(D->getFriendDecl(), ImportedFriend->getFriendDecl(), in VisitFriendDecl()
5419 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl()
5539 if (IsStructuralMatch(D, PrevDecl)) { in VisitClassTemplateSpecializationDecl()
5706 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl()
5830 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
5956 if (IsStructuralMatch(D, FoundTemplate)) { in VisitFunctionTemplateDecl()