Searched refs:OrigD (Results 1 – 2 of 2) sorted by relevance
756 const NamedDecl *OrigD) { in handleCXXRecordDecl() argument759 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()779 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()782 DeclInfo DInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()785 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo); in handleCXXRecordDecl()
477 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);