Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1784 FieldDecl *FieldFrom = dyn_cast_or_null<FieldDecl>(From); in ImportDeclContext() local
1787 if (FieldFrom && FieldTo) { in ImportDeclContext()
1792 if (FieldFrom->getType()->isArrayType()) { in ImportDeclContext()
1794 FromRecordDecl = FieldFrom->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl(); in ImportDeclContext()
1800 FieldFrom->getType()->getAs<RecordType>(); in ImportDeclContext()