Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp258 if (IdxCtx.shouldSuppressRefs()) in ObjCProtocolListInfo()
567 if (shouldSuppressRefs()) in handleDecl()
666 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface()
691 if (shouldSuppressRefs()) in handleObjCInterface()
721 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol()
759 if (shouldSuppressRefs()) in handleObjCCategory()
791 if (shouldSuppressRefs()) in handleObjCCategoryImpl()
918 if (shouldSuppressRefs()) { in handleReference()
999 if (shouldSuppressRefs()) { in handleCXXRecordDecl()
H A DCXIndexDataConsumer.h345 bool shouldSuppressRefs() const { in shouldSuppressRefs() function
/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexingContext.h56 bool shouldSuppressRefs() const { in shouldSuppressRefs() function