Lines Matching refs:IsStructuralMatch
441 bool IsStructuralMatch(Decl *From, Decl *To, bool Complain);
442 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
444 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
446 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord);
447 bool IsStructuralMatch(EnumConstantDecl *FromEC, EnumConstantDecl *ToEC);
448 bool IsStructuralMatch(FunctionTemplateDecl *From,
450 bool IsStructuralMatch(FunctionDecl *From, FunctionDecl *To);
451 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
452 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
1977 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() function in ASTNodeImporter
1985 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter
2004 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter
2013 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter
2020 bool ASTNodeImporter::IsStructuralMatch(FunctionTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2029 bool ASTNodeImporter::IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) { in IsStructuralMatch() function in ASTNodeImporter
2037 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter
2047 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2056 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2495 if (IsStructuralMatch(D, FoundEnum)) in VisitEnumDecl()
2625 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl()
2628 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl()
2815 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
3003 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()
3419 if (IsStructuralMatch(D->getFriendDecl(), ImportedFriend->getFriendDecl(), in VisitFriendDecl()
4958 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl()
5089 if (IsStructuralMatch(D, FoundDef)) { in VisitClassTemplateSpecializationDecl()
5263 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl()
5372 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
5497 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionTemplateDecl()