reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 6655   if (isa<ObjCTypeParamType>(type)) {
 6657     type = state.getAttributedType(
 6658         createSimpleAttr<ObjCKindOfAttr>(S.Context, attr), type, type);
 6658         createSimpleAttr<ObjCKindOfAttr>(S.Context, attr), type, type);
 6663   const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>();
 6665                                           : type->getAs<ObjCObjectType>();
 6671       << type;
 6686     if (auto nullability = type->getNullability(S.Context)) {
 6698   type = state.getAttributedType(
 6699       createSimpleAttr<ObjCKindOfAttr>(S.Context, attr), type, equivType);