Lines Matching refs:IsStructuralMatch

123     bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
125 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
127 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord);
128 bool IsStructuralMatch(EnumConstantDecl *FromEC, EnumConstantDecl *ToEC);
129 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
130 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
2162 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter
2180 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter
2188 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter
2195 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter
2206 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2214 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2412 if (IsStructuralMatch(D, FoundEnum)) in VisitEnumDecl()
2517 IsStructuralMatch(D, FoundDef))) { in VisitRecordDecl()
2539 !IsStructuralMatch(D, FoundRecord)) in VisitRecordDecl()
2615 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
4018 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl()
4136 if (!D->isCompleteDefinition() || IsStructuralMatch(D, FoundDef)) { in VisitClassTemplateSpecializationDecl()
4206 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl()
4330 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()