Home
last modified time | relevance | path

Searched refs:handleReference (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp52 return IndexCtx.handleReference(TTPD, Loc, Parent, ParentDC, in VisitTemplateTypeParmTypeLoc()
61 return IndexCtx.handleReference(Underlying, Loc, Parent, in VisitTypedefTypeLoc()
65 TRY_TO(IndexCtx.handleReference(ND, Loc, in VisitTypedefTypeLoc()
68 TRY_TO(IndexCtx.handleReference(CD, Loc, Parent, ParentDC, in VisitTypedefTypeLoc()
73 TRY_TO(IndexCtx.handleReference(ND, Loc, in VisitTypedefTypeLoc()
119 return IndexCtx.handleReference(D, TL.getNameLoc(), in VisitTagTypeLoc()
125 return IndexCtx.handleReference(TL.getIFaceDecl(), TL.getNameLoc(), in VisitObjCInterfaceTypeLoc()
131 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
146 IndexCtx.handleReference(ResolvedClass, TemplNameLoc, Parent, ParentDC, in HandleTemplateSpecializationTypeLoc()
149 IndexCtx.handleReference(D, TemplNameLoc, Parent, ParentDC, in HandleTemplateSpecializationTypeLoc()
[all …]
H A DIndexBody.cpp139 return IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitDeclRefExpr()
149 return IndexCtx.handleReference(E->getMemberDecl(), Loc, in VisitMemberExpr()
181 return IndexCtx.handleReference(Symbols[0], Loc, Parent, ParentDC, Roles, in indexDependentReference()
203 return IndexCtx.handleReference(D.getField(), D.getFieldLoc(), Parent, in VisitDesignatedInitExpr()
212 return IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitObjCIvarRefExpr()
282 return IndexCtx.handleReference(MD, E->getSelectorStartLoc(), in VisitObjCMessageExpr()
290 IndexCtx.handleReference(E->getClassReceiver(), E->getReceiverLocation(), in VisitObjCPropertyRefExpr()
295 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
305 return IndexCtx.handleReference(PD, E->getLocation(), Parent, in VisitObjCPropertyRefExpr()
317 return IndexCtx.handleReference(E->getPropertyDecl(), E->getMemberLoc(), in VisitMSPropertyRefExpr()
[all …]
H A DIndexDecl.cpp65 IndexCtx.handleReference(TTD, TALoc.getTemplateNameLoc(), Parent, DC); in handleTemplateArgumentLoc()
171 IndexCtx.handleReference(D, AttrLoc, cast<NamedDecl>(D->getDeclContext()), in handleObjCMethod()
257 IndexCtx.handleReference(Ctor->getParent(), Ctor->getLocation(), in VisitFunctionDecl()
266 IndexCtx.handleReference(Member, Init->getMemberLocation(), D, D, in VisitFunctionDecl()
273 IndexCtx.handleReference(Dtor->getParent(), in VisitFunctionDecl()
279 IndexCtx.handleReference(Guide->getDeducedTemplate()->getTemplatedDecl(), in VisitFunctionDecl()
386 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles, in handleReferencedProtocols()
402 TRY_TO(IndexCtx.handleReference(TD, SuperLoc, D, D, in VisitObjCInterfaceDecl()
410 TRY_TO(IndexCtx.handleReference(SuperD, SuperLoc, D, D, superRoles, in VisitObjCInterfaceDecl()
417 return IndexCtx.handleReference(D, D->getLocation(), nullptr, in VisitObjCInterfaceDecl()
[all …]
H A DIndexingContext.h78 bool handleReference(const NamedDecl *D, SourceLocation Loc,
H A DIndexingContext.cpp74 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in IndexingContext
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp205 handleReference(ND, Loc, Cursor, in handleDeclOccurrence()
823 return handleReference(PD, D->getLocation(), getCursor(D), in handleSynthesizedObjCProperty()
884 bool CXIndexDataConsumer::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in CXIndexDataConsumer
H A DCXIndexDataConsumer.h413 bool handleReference(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor,