Searched refs:RelatedRetType (Results 1 – 1 of 1) sorted by relevance
2841 QualType RelatedRetType; in BuildReturnStmt() local2861 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()2862 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()2974 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()3001 if (!RelatedRetType.isNull()) { in BuildReturnStmt()