Searched refs:ProbableTypo (Results 1 – 1 of 1) sorted by relevance
9384 bool ProbableTypo = isa<CompoundStmt>(PossibleBody); in DiagnoseEmptyLoopBody() local9385 if (!ProbableTypo) { in DiagnoseEmptyLoopBody()9401 ProbableTypo = true; in DiagnoseEmptyLoopBody()9404 if (ProbableTypo) { in DiagnoseEmptyLoopBody()