Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3950 QualType RelatedRetType; in BuildReturnStmt() local
3979 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
3980 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
4127 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()
4154 if (!RelatedRetType.isNull()) { in BuildReturnStmt()