Searched refs:RelatedRetType (Results 1 – 1 of 1) sorted by relevance
3185 QualType RelatedRetType; in BuildReturnStmt() local3205 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()3206 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()3343 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()3370 if (!RelatedRetType.isNull()) { in BuildReturnStmt()