Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1804 FieldDecl *FieldTo = dyn_cast_or_null<FieldDecl>(ImportedDecl); in ImportDeclContext() local
1805 if (FieldFrom && FieldTo) { in ImportDeclContext()
1813 ToRecordDecl = FieldTo->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl(); in ImportDeclContext()
1819 const RecordType *RecordTo = FieldTo->getType()->getAs<RecordType>(); in ImportDeclContext()