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