Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp756 const NamedDecl *OrigD) { in handleCXXRecordDecl() argument
759 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()
DIndexingContext.h477 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);