Searched refs:FromRecord (Results 1 – 1 of 1) sorted by relevance
124 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,1866 if (RecordDecl *FromRecord = dyn_cast<RecordDecl>(FromD)) { in ImportDefinitionIfNeeded() local1868 …if (FromRecord->getDefinition() && FromRecord->isCompleteDefinition() && !ToRecord->getDefinition(… in ImportDefinitionIfNeeded()1869 ImportDefinition(FromRecord, ToRecord); in ImportDefinitionIfNeeded()2184 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() argument2199 return Ctx.IsStructurallyEquivalent(FromRecord, ToRecord); in IsStructuralMatch()4719 RecordDecl *FromRecord = cast<RecordDecl>(FromDC); in ImportContext() local4722 } else if (FromRecord->isCompleteDefinition()) { in ImportContext()4723 ASTNodeImporter(*this).ImportDefinition(FromRecord, ToRecord, in ImportContext()