Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp37 if (IdxCtx.shouldSuppressRefs()) in ObjCProtocolListInfo()
328 if (shouldSuppressRefs()) in handleDecl()
431 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface()
456 if (shouldSuppressRefs()) in handleObjCInterface()
485 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol()
523 if (shouldSuppressRefs()) in handleObjCCategory()
555 if (shouldSuppressRefs()) in handleObjCCategoryImpl()
685 if (shouldSuppressRefs()) { in handleReference()
765 if (shouldSuppressRefs()) { in handleCXXRecordDecl()
DIndexingContext.h352 bool shouldSuppressRefs() const { in shouldSuppressRefs() function