Home
last modified time | relevance | path

Searched refs:RelatedRetType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3945 QualType RelatedRetType; in BuildReturnStmt() local
3974 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
3975 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
4140 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()
4167 if (!RelatedRetType.isNull()) { in BuildReturnStmt()