Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTImporter.cpp1860 FieldDecl *FieldTo = dyn_cast_or_null<FieldDecl>(ImportedDecl); in ImportDeclContext() local
1861 if (FieldFrom && FieldTo) { in ImportDeclContext()
1869 ToRecordDecl = FieldTo->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl(); in ImportDeclContext()
1875 const RecordType *RecordTo = FieldTo->getType()->getAs<RecordType>(); in ImportDeclContext()