Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp65 const Decl *OrigD = D; in handleDecl() local
71 nullptr, OrigD, DC); in handleDecl()
361 const Decl *OrigD, in handleDeclOccurrence() argument
391 if (!OrigD) in handleDeclOccurrence()
392 OrigD = D; in handleDeclOccurrence()
405 else if (isDeclADefinition(OrigD, ContainerDC, *Ctx)) in handleDeclOccurrence()
449 IndexDataConsumer::ASTNodeInfo Node{OrigE, OrigD, Parent, ContainerDC}; in handleDeclOccurrence()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp172 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurrence()
180 if (auto *ObjCPD = dyn_cast_or_null<ObjCProtocolDecl>(ASTNode.OrigD)) { in handleDeclOccurrence()
201 if (ASTNode.OrigD) { in handleDeclOccurrence()
202 if (auto *OrigND = dyn_cast<NamedDecl>(ASTNode.OrigD)) in handleDeclOccurrence()
205 Cursor = MakeCXCursor(ASTNode.OrigD, CXTU); in handleDeclOccurrence()
222 IndexingDeclVisitor(*this, Loc, LexicalDC).Visit(ASTNode.OrigD); in handleDeclOccurrence()
989 const NamedDecl *OrigD) { in handleCXXRecordDecl() argument
992 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()
1012 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()
1015 DeclInfo DInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()
[all …]
H A DCXIndexDataConsumer.h455 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexDataConsumer.h30 const Decl *OrigD; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp9719 static void completeMemberSpecializationImpl(Sema &S, DeclT *OrigD, in completeMemberSpecializationImpl() argument
9721 if (OrigD->getTemplateSpecializationKind() != TSK_ImplicitInstantiation) in completeMemberSpecializationImpl()
9728 OrigD->setTemplateSpecializationKind(TSK_ExplicitSpecialization); in completeMemberSpecializationImpl()
9729 OrigD->setLocation(Loc); in completeMemberSpecializationImpl()