• Home
  • Raw
  • Download

Lines Matching refs:IsStructuralMatch

129     bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,
131 bool IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar,
133 bool IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToRecord);
134 bool IsStructuralMatch(EnumConstantDecl *FromEC, EnumConstantDecl *ToEC);
135 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
136 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
2357 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() function in ASTNodeImporter
2375 bool ASTNodeImporter::IsStructuralMatch(VarDecl *FromVar, VarDecl *ToVar, in IsStructuralMatch() function in ASTNodeImporter
2383 bool ASTNodeImporter::IsStructuralMatch(EnumDecl *FromEnum, EnumDecl *ToEnum) { in IsStructuralMatch() function in ASTNodeImporter
2390 bool ASTNodeImporter::IsStructuralMatch(EnumConstantDecl *FromEC, in IsStructuralMatch() function in ASTNodeImporter
2401 bool ASTNodeImporter::IsStructuralMatch(ClassTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2409 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From, in IsStructuralMatch() function in ASTNodeImporter
2674 if (IsStructuralMatch(D, FoundEnum)) in VisitEnumDecl()
2782 IsStructuralMatch(D, FoundDef))) { in VisitRecordDecl()
2804 !IsStructuralMatch(D, FoundRecord)) in VisitRecordDecl()
2907 if (IsStructuralMatch(D, FoundEnumConstant)) in VisitEnumConstantDecl()
4440 if (IsStructuralMatch(D, FoundTemplate)) { in VisitClassTemplateDecl()
4558 if (!D->isCompleteDefinition() || IsStructuralMatch(D, FoundDef)) { in VisitClassTemplateSpecializationDecl()
4630 if (IsStructuralMatch(D, FoundTemplate)) { in VisitVarTemplateDecl()
4754 IsStructuralMatch(D, FoundDef)) { in VisitVarTemplateSpecializationDecl()