Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp3937 QualType RelatedRetType; in BuildReturnStmt() local
3966 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
3967 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
4132 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()
4159 if (!RelatedRetType.isNull()) { in BuildReturnStmt()