Lines Matching refs:IsStructuralMatch
511 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain = true);
2225 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() function in ASTNodeImporter
2727 if (IsStructuralMatch(D, FoundEnum)) { in VisitEnumDecl()
2857 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl()
2863 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl()
3054 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
3368 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()
3925 IsStructuralMatch(D->getFriendDecl(), ImportedFriend->getFriendDecl(), in VisitFriendDecl()
5634 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl()
5750 if (IsStructuralMatch(D, PrevDecl)) { in VisitClassTemplateSpecializationDecl()
5918 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl()
6039 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
6169 if (IsStructuralMatch(D, FoundTemplate)) { in VisitFunctionTemplateDecl()