Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3964 QualType RelatedRetType; in BuildReturnStmt() local
3993 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
3994 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
4167 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()
4194 if (!RelatedRetType.isNull()) { in BuildReturnStmt()