Home
last modified time | relevance | path

Searched refs:FieldTo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp1866 FieldDecl *FieldTo = dyn_cast_or_null<FieldDecl>(ImportedDecl); in ImportDeclContext() local
1867 if (FieldFrom && FieldTo) { in ImportDeclContext()
1875 ToRecordDecl = FieldTo->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl(); in ImportDeclContext()
1881 const RecordType *RecordTo = FieldTo->getType()->getAs<RecordType>(); in ImportDeclContext()