Home | History | Annotate | Download | only in libclang

Lines Matching refs:SuperLoc

375     SourceLocation SuperLoc = D->getSuperClassLoc();
377 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
378 BaseClass.loc = getIndexLoc(SuperLoc);
381 markEntityOccurrenceInFile(SuperD, SuperLoc);