Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
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 …]
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 …]
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 …]
DIndexingContext.h78 bool handleReference(const NamedDecl *D, SourceLocation Loc,
DIndexingContext.cpp74 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference() function in IndexingContext
/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/desugar/java/com/google/devtools/build/android/desugar/scan/
DPrefixReferenceScanner.java213 void handleReference(Handle handle) { in handleReference() method in PrefixReferenceScanner
282 handleReference(bsm); in visitInvokeDynamicInsn()
297 handleReference((Handle) cst); in visitConstant()
/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/llvm-project/clang/tools/libclang/
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
DCXIndexDataConsumer.h413 bool handleReference(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor,
/external/apache-http/
Dart-profile949 HSPLorg/apache/http/impl/conn/tsccm/RefQueueHandler;->handleReference(Ljava/lang/ref/Reference;)V
/external/apache-http/api/
Dcurrent.txt2863 method @Deprecated public void handleReference(java.lang.ref.Reference);
2923 method @Deprecated public void handleReference(java.lang.ref.Reference<?>);
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...