reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3611 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); 3612 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); 3612 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); 3756 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; 3756 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; 3783 if (!RelatedRetType.isNull()) {