Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp1365 if (RecordDecl *Record1 = dyn_cast<RecordDecl>(D1)) { in Finish() local
1368 IdentifierInfo *Name1 = Record1->getIdentifier(); in Finish()
1369 if (!Name1 && Record1->getTypedefNameForAnonDecl()) in Finish()
1370 Name1 = Record1->getTypedefNameForAnonDecl()->getIdentifier(); in Finish()
1375 !::IsStructurallyEquivalent(*this, Record1, Record2)) in Finish()