Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp13246 bool ProbableTypo = isa<CompoundStmt>(PossibleBody); in DiagnoseEmptyLoopBody() local
13247 if (!ProbableTypo) { in DiagnoseEmptyLoopBody()
13261 ProbableTypo = true; in DiagnoseEmptyLoopBody()
13264 if (ProbableTypo) { in DiagnoseEmptyLoopBody()