Home
last modified time | relevance | path

Searched refs:ProbableTypo (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp13550 bool ProbableTypo = isa<CompoundStmt>(PossibleBody); in DiagnoseEmptyLoopBody() local
13551 if (!ProbableTypo) { in DiagnoseEmptyLoopBody()
13565 ProbableTypo = true; in DiagnoseEmptyLoopBody()
13568 if (ProbableTypo) { in DiagnoseEmptyLoopBody()