Home | History | Annotate | Download | only in libclang

Lines Matching refs:markEntityOccurrenceInFile

39       IdxCtx.markEntityOccurrenceInFile(PD, Loc);
328 markEntityOccurrenceInFile(D, Loc);
430 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
456 markEntityOccurrenceInFile(SuperD, SuperLoc);
485 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
524 markEntityOccurrenceInFile(IFaceD, ClassLoc);
556 markEntityOccurrenceInFile(IFaceD, ClassLoc);
687 if (markEntityOccurrenceInFile(D, Loc))
774 markEntityOccurrenceInFile(BaseD, Loc);
788 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D,