Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexBody.cpp42 IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitDeclRefExpr()
48 IndexCtx.handleReference(E->getMemberDecl(), E->getMemberLoc(), in VisitMemberExpr()
58 IndexCtx.handleReference(D->getField(), D->getFieldLoc(), in VisitDesignatedInitExpr()
65 IndexCtx.handleReference(E->getDecl(), E->getLocation(), in VisitObjCIvarRefExpr()
72 IndexCtx.handleReference(MD, E->getSelectorStartLoc(), in VisitObjCMessageExpr()
81 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
90 IndexCtx.handleReference(E->getPropertyDecl(), E->getMemberLoc(), Parent, in VisitMSPropertyRefExpr()
96 IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
103 IndexCtx.handleReference(MD, E->getLocStart(), in VisitObjCBoxedExpr()
110 IndexCtx.handleReference(MD, E->getLocStart(), in VisitObjCDictionaryLiteral()
[all …]
DIndexTypeSourceInfo.cpp31 IndexCtx.handleReference(TL.getTypedefNameDecl(), TL.getNameLoc(), in VisitTypedefTypeLoc()
54 IndexCtx.handleReference(D, TL.getNameLoc(), in VisitTagTypeLoc()
60 IndexCtx.handleReference(TL.getIFaceDecl(), TL.getNameLoc(), in VisitObjCInterfaceTypeLoc()
67 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
77 IndexCtx.handleReference(RD, TL.getTemplateNameLoc(), in VisitTemplateSpecializationTypeLoc()
81 IndexCtx.handleReference(D, TL.getTemplateNameLoc(), in VisitTemplateSpecializationTypeLoc()
135 handleReference(NNS.getNestedNameSpecifier()->getAsNamespace(), in indexNestedNameSpecifierLoc()
139 handleReference(NNS.getNestedNameSpecifier()->getAsNamespaceAlias(), in indexNestedNameSpecifierLoc()
DIndexDecl.cpp79 IndexCtx.handleReference(Member, Init->getMemberLocation(), D, D); in VisitFunctionDecl()
231 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), nullptr, in VisitObjCPropertyImplDecl()
262 IndexCtx.handleReference(I->getUnderlyingDecl(), D->getLocation(), D, in VisitUsingDecl()
272 IndexCtx.handleReference(D->getNominatedNamespaceAsWritten(), in VisitUsingDirectiveDecl()
DIndexingContext.h431 bool handleReference(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor,
437 bool handleReference(const NamedDecl *D, SourceLocation Loc,
DIndexingContext.cpp592 return handleReference(PD, D->getLocation(), getCursor(D), nullptr, in handleSynthesizedObjCProperty()
653 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in IndexingContext
663 return handleReference(D, Loc, Cursor, Parent, DC, E, Kind); in handleReference()
666 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