Searched refs:FromRecord (Results 1 – 1 of 1) sorted by relevance
124 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,1920 if (RecordDecl *FromRecord = dyn_cast<RecordDecl>(FromD)) { in ImportDefinitionIfNeeded() local1922 …if (FromRecord->getDefinition() && FromRecord->isCompleteDefinition() && !ToRecord->getDefinition(… in ImportDefinitionIfNeeded()1923 ImportDefinition(FromRecord, ToRecord); in ImportDefinitionIfNeeded()2236 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() argument2251 return Ctx.IsStructurallyEquivalent(FromRecord, ToRecord); in IsStructuralMatch()5457 RecordDecl *FromRecord = cast<RecordDecl>(FromDC); in ImportContext() local5460 } else if (FromRecord->isCompleteDefinition()) { in ImportContext()5461 ASTNodeImporter(*this).ImportDefinition(FromRecord, ToRecord, in ImportContext()