Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp40 return IndexCtx.handleReference(TL.getTypedefNameDecl(), TL.getNameLoc(), in VisitTypedefTypeLoc()
89 return IndexCtx.handleReference(D, TL.getNameLoc(), in VisitTagTypeLoc()
95 return IndexCtx.handleReference(TL.getIFaceDecl(), TL.getNameLoc(), in VisitObjCInterfaceTypeLoc()
101 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
111 IndexCtx.handleReference(RD, TL.getTemplateNameLoc(), in VisitTemplateSpecializationTypeLoc()
115 IndexCtx.handleReference(D, TL.getTemplateNameLoc(), in VisitTemplateSpecializationTypeLoc()
172 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
176 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(), in indexNestedNameSpecifierLoc()
DIndexBody.cpp135 return IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitDeclRefExpr()
145 return IndexCtx.handleReference(E->getMemberDecl(), Loc, in VisitMemberExpr()
152 return IndexCtx.handleReference(D.getField(), D.getFieldLoc(), Parent, in VisitDesignatedInitExpr()
161 return IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitObjCIvarRefExpr()
190 return IndexCtx.handleReference(MD, E->getSelectorStartLoc(), in VisitObjCMessageExpr()
198 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
207 return IndexCtx.handleReference(E->getPropertyDecl(), E->getMemberLoc(), in VisitMSPropertyRefExpr()
212 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
221 return IndexCtx.handleReference(MD, E->getLocStart(), in passObjCLiteralMethodCall()
250 return IndexCtx.handleReference(E->getConstructor(), E->getLocation(), in VisitCXXConstructExpr()
[all …]
DIndexDecl.cpp119 IndexCtx.handleReference(Member, Init->getMemberLocation(), D, D, in VisitFunctionDecl()
197 return IndexCtx.handleReference(D, D->getLocation(), Parent, in VisitTagDecl()
212 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, in handleReferencedProtocols()
223 TRY_TO(IndexCtx.handleReference(SuperD, D->getSuperClassLoc(), D, D, in VisitObjCInterfaceDecl()
230 return IndexCtx.handleReference(D, D->getLocation(), nullptr, in VisitObjCInterfaceDecl()
242 return IndexCtx.handleReference(D, D->getLocation(), nullptr, in VisitObjCProtocolDecl()
314 if (!IndexCtx.handleReference(PD, D->getLocation(), in VisitObjCPropertyImplDecl()
326 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
358 IndexCtx.handleReference(I->getUnderlyingDecl(), D->getLocation(), Parent, in VisitUsingDecl()
369 return IndexCtx.handleReference(D->getNominatedNamespaceAsWritten(), in VisitUsingDirectiveDecl()
DIndexingContext.h72 bool handleReference(const NamedDecl *D, SourceLocation Loc,
DIndexingContext.cpp43 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in IndexingContext
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRefQueueHandler.java51 public void handleReference(Reference<?> ref) in handleReference() method
DRefQueueWorker.java108 refHandler.handleReference(ref); in run()
DAbstractConnPool.java200 public void handleReference(Reference ref) { in handleReference() method in AbstractConnPool
/external/clang/tools/libclang/
DCXIndexDataConsumer.h436 bool handleReference(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor,
442 bool handleReference(const NamedDecl *D, SourceLocation Loc,
DCXIndexDataConsumer.cpp203 handleReference(ND, Loc, Cursor, in handleDeclOccurence()
816 return handleReference(PD, D->getLocation(), getCursor(D), in handleSynthesizedObjCProperty()
877 bool CXIndexDataConsumer::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in CXIndexDataConsumer
887 return handleReference(D, Loc, Cursor, Parent, DC, E, Kind); in handleReference()
890 bool CXIndexDataConsumer::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in CXIndexDataConsumer
/external/apache-http/api/
Dapache-http-legacy-current.txt2978 method public void handleReference(java.lang.ref.Reference);
3038 method public abstract void handleReference(java.lang.ref.Reference<?>);