Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3919 QualType RelatedRetType; in BuildReturnStmt() local
3948 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
3949 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
4122 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()
4149 if (!RelatedRetType.isNull()) { in BuildReturnStmt()