Home
last modified time | relevance | path

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

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