Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp3185 QualType RelatedRetType; in BuildReturnStmt() local
3205 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
3206 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
3343 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()
3370 if (!RelatedRetType.isNull()) { in BuildReturnStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp3662 QualType RelatedRetType; in BuildReturnStmt() local
3691 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface()); in BuildReturnStmt()
3692 RelatedRetType = Context.getObjCObjectPointerType(RelatedRetType); in BuildReturnStmt()
3839 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; in BuildReturnStmt()
3866 if (!RelatedRetType.isNull()) { in BuildReturnStmt()