Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp251 IdxCtx.markEntityOccurrenceInFile(PD, Loc); in ObjCProtocolListInfo()
549 markEntityOccurrenceInFile(D, Loc); in handleDecl()
653 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface()
679 markEntityOccurrenceInFile(SuperD, SuperLoc); in handleObjCInterface()
708 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol()
747 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory()
779 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl()
911 if (markEntityOccurrenceInFile(D, Loc)) in handleReference()
998 markEntityOccurrenceInFile(BaseD, Loc); in handleCXXRecordDecl()
1012 bool CXIndexDataConsumer::markEntityOccurrenceInFile(const NamedDecl *D, in markEntityOccurrenceInFile() function in CXIndexDataConsumer
DCXIndexDataConsumer.h488 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);