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