Searched refs:MayDropFunctionReturn (Results 1 – 3 of 3) sorted by relevance
1459 bool MayDropFunctionReturn(const ASTContext &Context, QualType ReturnType);
1447 !CGM.MayDropFunctionReturn(FD->getASTContext(), FD->getReturnType()); in GenerateCode()
1783 bool CodeGenModule::MayDropFunctionReturn(const ASTContext &Context, in MayDropFunctionReturn() function in CodeGenModule2305 !MayDropFunctionReturn(getContext(), RetTy) || in ConstructAttributeList()