Searched refs:markEntityOccurrenceInFile (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 254 IdxCtx.markEntityOccurrenceInFile(PD, Loc); in ObjCProtocolListInfo() 561 markEntityOccurrenceInFile(D, Loc); in handleDecl() 659 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface() 685 markEntityOccurrenceInFile(SuperD, SuperLoc); in handleObjCInterface() 714 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol() 753 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory() 785 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl() 906 if (markEntityOccurrenceInFile(D, Loc)) in handleReference() 994 markEntityOccurrenceInFile(BaseD, Loc); in handleCXXRecordDecl() 1008 bool CXIndexDataConsumer::markEntityOccurrenceInFile(const NamedDecl *D, in markEntityOccurrenceInFile() function in CXIndexDataConsumer
|
H A D | CXIndexDataConsumer.h | 456 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);
|