Lines Matching refs:Ignore
54 bool ignore)
56 IgnoreResult(ignore) {
69 void EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore = false);
70 void EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore = false);
196 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, RValue Src, bool Ignore) {
208 (IgnoreResult && Ignore))
235 void AggExprEmitter::EmitFinalDestCopy(const Expr *E, LValue Src, bool Ignore) {
240 Ignore);
587 // FIXME: Ignore result?
1055 // Ignore empty classes in C++.