Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp65 const Decl *OrigD = D; in handleDecl() local
71 nullptr, OrigD, DC); in handleDecl()
365 const Decl *OrigD, in handleDeclOccurrence() argument
395 if (!OrigD) in handleDeclOccurrence()
396 OrigD = D; in handleDeclOccurrence()
409 else if (isDeclADefinition(OrigD, ContainerDC, *Ctx)) in handleDeclOccurrence()
453 IndexDataConsumer::ASTNodeInfo Node{OrigE, OrigD, Parent, ContainerDC}; in handleDeclOccurrence()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp167 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurrence()
175 if (auto *ObjCPD = dyn_cast_or_null<ObjCProtocolDecl>(ASTNode.OrigD)) { in handleDeclOccurrence()
196 if (ASTNode.OrigD) { in handleDeclOccurrence()
197 if (auto *OrigND = dyn_cast<NamedDecl>(ASTNode.OrigD)) in handleDeclOccurrence()
200 Cursor = MakeCXCursor(ASTNode.OrigD, CXTU); in handleDeclOccurrence()
217 IndexingDeclVisitor(*this, Loc, LexicalDC).Visit(ASTNode.OrigD); in handleDeclOccurrence()
976 const NamedDecl *OrigD) { in handleCXXRecordDecl() argument
979 CXXClassDeclInfo CXXDInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()
999 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()
1002 DeclInfo DInfo(/*isRedeclaration=*/!OrigD->isCanonicalDecl(), in handleCXXRecordDecl()
[all …]
H A DCXIndexDataConsumer.h454 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexDataConsumer.h30 const Decl *OrigD; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp9357 static void completeMemberSpecializationImpl(Sema &S, DeclT *OrigD, in completeMemberSpecializationImpl() argument
9359 if (OrigD->getTemplateSpecializationKind() != TSK_ImplicitInstantiation) in completeMemberSpecializationImpl()
9366 OrigD->setTemplateSpecializationKind(TSK_ExplicitSpecialization); in completeMemberSpecializationImpl()
9367 OrigD->setLocation(Loc); in completeMemberSpecializationImpl()