Searched refs:OrigD (Results 1 – 2 of 2) sorted by relevance
755 const NamedDecl *OrigD) { in handleCXXRecordDecl() argument758 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()778 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()781 DeclInfo DInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()784 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo); in handleCXXRecordDecl()
481 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);