Home
last modified time | relevance | path

Searched refs:shouldSuppressRefs (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp250 if (IdxCtx.shouldSuppressRefs()) in ObjCProtocolListInfo()
548 if (shouldSuppressRefs()) in handleDecl()
653 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface()
678 if (shouldSuppressRefs()) in handleObjCInterface()
708 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol()
746 if (shouldSuppressRefs()) in handleObjCCategory()
778 if (shouldSuppressRefs()) in handleObjCCategoryImpl()
910 if (shouldSuppressRefs()) { in handleReference()
990 if (shouldSuppressRefs()) { in handleCXXRecordDecl()
DCXIndexDataConsumer.h348 bool shouldSuppressRefs() const { in shouldSuppressRefs() function
/external/clang/lib/Index/
DIndexingContext.h51 bool shouldSuppressRefs() const { in shouldSuppressRefs() function