Searched refs:OrigD (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 166 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurence() 174 if (auto *ObjCPD = dyn_cast_or_null<ObjCProtocolDecl>(ASTNode.OrigD)) { in handleDeclOccurence() 194 if (ASTNode.OrigD) { in handleDeclOccurence() 195 if (auto *OrigND = dyn_cast<NamedDecl>(ASTNode.OrigD)) in handleDeclOccurence() 198 Cursor = MakeCXCursor(ASTNode.OrigD, CXTU); in handleDeclOccurence() 215 IndexingDeclVisitor(*this, Loc, LexicalDC).Visit(ASTNode.OrigD); in handleDeclOccurence() 980 const NamedDecl *OrigD) { in handleCXXRecordDecl() argument 983 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl() 1003 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl() 1006 DeclInfo DInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl() [all …]
|
D | CXIndexDataConsumer.h | 486 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);
|
/external/clang/lib/Index/ |
D | IndexingContext.cpp | 235 const Decl *OrigD, in handleDeclOccurrence() argument 282 if (!OrigD) in handleDeclOccurrence() 283 OrigD = D; in handleDeclOccurrence() 331 IndexDataConsumer::ASTNodeInfo Node{ OrigE, OrigD, Parent, ContainerDC }; in handleDeclOccurrence()
|
/external/clang/include/clang/Index/ |
D | IndexDataConsumer.h | 30 const Decl *OrigD; member
|