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()
75 IndexCtx.handleReference(MD, E->getSelectorStartLoc(), in VisitObjCMessageExpr()
84 IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
93 IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
100 IndexCtx.handleReference(MD, E->getLocStart(), in VisitObjCBoxedExpr()
107 IndexCtx.handleReference(MD, E->getLocStart(), in VisitObjCDictionaryLiteral()
114 IndexCtx.handleReference(MD, E->getLocStart(), in VisitObjCArrayLiteral()
[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.cpp76 IndexCtx.handleReference(Member, Init->getMemberLocation(), D, D); in VisitFunctionDecl()
227 IndexCtx.handleReference(IvarD, D->getPropertyIvarDeclLoc(), 0, in VisitObjCPropertyImplDecl()
257 IndexCtx.handleReference((*I)->getUnderlyingDecl(), D->getLocation(), in VisitUsingDecl()
268 IndexCtx.handleReference(D->getNominatedNamespaceAsWritten(), in VisitUsingDirectiveDecl()
DIndexingContext.h435 bool handleReference(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor,
441 bool handleReference(const NamedDecl *D, SourceLocation Loc,
DIndexingContext.cpp584 return handleReference(PD, D->getLocation(), getCursor(D), 0, D->getDeclContext()); in handleSynthesizedObjCProperty()
644 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in IndexingContext
654 return handleReference(D, Loc, Cursor, Parent, DC, E, Kind); in handleReference()
657 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in IndexingContext
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRefQueueHandler.java46 public void handleReference(Reference<?> ref) in handleReference() method
DRefQueueWorker.java103 refHandler.handleReference(ref); in run()
DAbstractConnPool.java195 public void handleReference(Reference ref) { in handleReference() method in AbstractConnPool