Home | History | Annotate | Download | only in libclang

Lines Matching defs:SuperLoc

450     SourceLocation SuperLoc = D->getSuperClassLoc();
452 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
453 BaseClass.loc = getIndexLoc(SuperLoc);
456 markEntityOccurrenceInFile(SuperD, SuperLoc);