Lines Matching refs:IsStructuralMatch
124 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
126 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
128 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord);
129 bool IsStructuralMatch(EnumConstantDecl *FromEC, EnumConstantDecl *ToEC);
130 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
131 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
2236 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter
2254 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter
2262 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter
2269 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter
2280 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2288 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2495 if (IsStructuralMatch(D, FoundEnum)) in VisitEnumDecl()
2603 IsStructuralMatch(D, FoundDef))) { in VisitRecordDecl()
2625 !IsStructuralMatch(D, FoundRecord)) in VisitRecordDecl()
2704 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
4215 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl()
4333 if (!D->isCompleteDefinition() || IsStructuralMatch(D, FoundDef)) { in VisitClassTemplateSpecializationDecl()
4406 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl()
4530 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()