reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3592 FnRetType = FD->getReturnType(); 3603 FnRetType = MD->getReturnType(); 3621 FnRetType->getContainedAutoType()) { 3636 if (AutoType *AT = FnRetType->getContainedAutoType()) { 3642 FnRetType = FD->getReturnType(); 3647 bool HasDependentReturnType = FnRetType->isDependentType(); 3650 if (FnRetType->isVoidType()) { 3756 QualType RetType = RelatedRetType.isNull() ? FnRetType : RelatedRetType; 3765 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); 3785 FnRetType); 3794 CheckReturnValExpr(RetValExp, FnRetType, ReturnLoc, isObjCMethod, Attrs,