Searched refs:markEntityOccurrenceInFile (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 259 IdxCtx.markEntityOccurrenceInFile(PD, Loc); in ObjCProtocolListInfo() 568 markEntityOccurrenceInFile(D, Loc); in handleDecl() 666 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCInterface() 692 markEntityOccurrenceInFile(SuperD, SuperLoc); in handleObjCInterface() 721 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation())) in handleObjCProtocol() 760 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategory() 792 markEntityOccurrenceInFile(IFaceD, ClassLoc); in handleObjCCategoryImpl() 919 if (markEntityOccurrenceInFile(D, Loc)) in handleReference() 1007 markEntityOccurrenceInFile(BaseD, Loc); in handleCXXRecordDecl() 1021 bool CXIndexDataConsumer::markEntityOccurrenceInFile(const NamedDecl *D, in markEntityOccurrenceInFile() function in CXIndexDataConsumer
|
| H A D | CXIndexDataConsumer.h | 457 bool markEntityOccurrenceInFile(const NamedDecl *D, SourceLocation Loc);
|