reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGClass.cpp
 2240   FnRetTy = RetType;
tools/clang/lib/CodeGen/CGStmt.cpp
 1104   } else if (FnRetTy->isReferenceType()) {
 2130       LValue ReturnSlot = MakeAddrLValue(ReturnValue, FnRetTy);
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  656   FnRetTy = RetTy;
  806     auto Nullability = FnRetTy->getNullability(getContext());
tools/clang/lib/CodeGen/CodeGenFunction.h
 1485           OldReturnValue(CGF.ReturnValue), OldFnRetTy(CGF.FnRetTy),
 1497       CGF.FnRetTy = QualType();
 1510       CGF.FnRetTy = OldFnRetTy;