Home | History | Annotate | Download | only in libclang

Lines Matching refs:markEntityOccurrenceInFile

39       IdxCtx.markEntityOccurrenceInFile(PD, Loc);
269 markEntityOccurrenceInFile(D, Loc);
355 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
381 markEntityOccurrenceInFile(SuperD, SuperLoc);
409 if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
448 markEntityOccurrenceInFile(IFaceD, ClassLoc);
480 markEntityOccurrenceInFile(IFaceD, ClassLoc);
601 if (markEntityOccurrenceInFile(D, Loc))
688 markEntityOccurrenceInFile(BaseD, Loc);
702 bool IndexingContext::markEntityOccurrenceInFile(const NamedDecl *D,