Searched refs:FromRecord (Results 1 – 1 of 1) sorted by relevance
129 bool IsStructuralMatch(RecordDecl *FromRecord, RecordDecl *ToRecord,2036 if (RecordDecl *FromRecord = dyn_cast<RecordDecl>(FromD)) { in ImportDefinitionIfNeeded() local2038 …if (FromRecord->getDefinition() && FromRecord->isCompleteDefinition() && !ToRecord->getDefinition(… in ImportDefinitionIfNeeded()2039 ImportDefinition(FromRecord, ToRecord); in ImportDefinitionIfNeeded()2357 bool ASTNodeImporter::IsStructuralMatch(RecordDecl *FromRecord, in IsStructuralMatch() argument2372 return Ctx.IsStructurallyEquivalent(FromRecord, ToRecord); in IsStructuralMatch()6155 RecordDecl *FromRecord = cast<RecordDecl>(FromDC); in ImportContext() local6158 } else if (FromRecord->isCompleteDefinition()) { in ImportContext()6159 ASTNodeImporter(*this).ImportDefinition(FromRecord, ToRecord, in ImportContext()