Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperType

1760                           SourceLocation SuperLoc, QualType SuperType,
1788 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType);
1805 SuperLoc, SuperType);
1874 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType);
1909 SuperLoc, SuperType, Super);
1948 QualType SuperType;
1955 SuperType = QualType(classDecl->getSuperClassType(), 0);
1957 if (SuperType.isNull()) {
1963 QualType T = Context.getObjCObjectPointerType(SuperType);
2022 if (!SuperType.isNull())
2026 SuperType);