Searched refs:FieldTo (Results 1 – 1 of 1) sorted by relevance
1866 FieldDecl *FieldTo = dyn_cast_or_null<FieldDecl>(ImportedDecl); in ImportDeclContext() local1867 if (FieldFrom && FieldTo) { in ImportDeclContext()1875 ToRecordDecl = FieldTo->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl(); in ImportDeclContext()1881 const RecordType *RecordTo = FieldTo->getType()->getAs<RecordType>(); in ImportDeclContext()