Home | History | Annotate | Download | only in Basic

Lines Matching refs:Limit

158   unsigned ErrorLimit;           // Cap of # errors emitted, 0 -> no limit.
160 // 0 -> no limit.
357 /// setErrorLimit - Specify a limit for the number of errors we should
358 /// emit before giving up. Zero disables the limit.
359 void setErrorLimit(unsigned Limit) { ErrorLimit = Limit; }
363 void setTemplateBacktraceLimit(unsigned Limit) {
364 TemplateBacktraceLimit = Limit;