Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp38 if (IdxCtx.shouldSuppressRefs()) in ObjCProtocolListInfo()
327 if (shouldSuppressRefs()) in handleDecl()
430 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface()
455 if (shouldSuppressRefs()) in handleObjCInterface()
485 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol()
523 if (shouldSuppressRefs()) in handleObjCCategory()
555 if (shouldSuppressRefs()) in handleObjCCategoryImpl()
686 if (shouldSuppressRefs()) { in handleReference()
766 if (shouldSuppressRefs()) { in handleCXXRecordDecl()
DIndexingContext.h348 bool shouldSuppressRefs() const { in shouldSuppressRefs() function