Home | History | Annotate | Download | only in libclang

Lines Matching defs:SuperLoc

451     SourceLocation SuperLoc = D->getSuperClassLoc();
453 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
454 BaseClass.loc = getIndexLoc(SuperLoc);
457 markEntityOccurrenceInFile(SuperD, SuperLoc);