Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp17115 bool ProbableTypo = isa<CompoundStmt>(PossibleBody); in DiagnoseEmptyLoopBody() local
17116 if (!ProbableTypo) { in DiagnoseEmptyLoopBody()
17130 ProbableTypo = true; in DiagnoseEmptyLoopBody()
17133 if (ProbableTypo) { in DiagnoseEmptyLoopBody()