Lines Matching refs:IsStructuralMatch

481     bool IsStructuralMatch(Decl *From, Decl *To, bool Complain);
482 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
484 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
486 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord);
487 bool IsStructuralMatch(EnumConstantDecl *FromEC, EnumConstantDecl *ToEC);
488 bool IsStructuralMatch(FunctionTemplateDecl *From,
490 bool IsStructuralMatch(FunctionDecl *From, FunctionDecl *To);
491 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
492 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
2160 bool ASTNodeImporter::IsStructuralMatch(Decl *From, Decl *To, bool Complain) { in IsStructuralMatch() function in ASTNodeImporter
2168 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter
2187 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter
2196 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter
2209 bool ASTNodeImporter::IsStructuralMatch(FunctionTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2218 bool ASTNodeImporter::IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) { in IsStructuralMatch() function in ASTNodeImporter
2226 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter
2236 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2245 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2741 if (IsStructuralMatch(D, FoundEnum)) { in VisitEnumDecl()
2871 if (!IsStructuralMatch(D, FoundRecord, false)) in VisitRecordDecl()
2877 if (IsStructuralMatch(D, FoundRecord)) { in VisitRecordDecl()
3068 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
3335 if (IsStructuralMatch(D, FoundFunction)) { in VisitFunctionDecl()
3875 IsStructuralMatch(D->getFriendDecl(), ImportedFriend->getFriendDecl(), in VisitFriendDecl()
5524 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl()
5645 if (IsStructuralMatch(D, PrevDecl)) { in VisitClassTemplateSpecializationDecl()
5813 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl()
5939 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()
6068 if (IsStructuralMatch(D, FoundTemplate)) { in VisitFunctionTemplateDecl()