Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16836 bool ProbableTypo = isa<CompoundStmt>(PossibleBody); in DiagnoseEmptyLoopBody() local
16837 if (!ProbableTypo) { in DiagnoseEmptyLoopBody()
16851 ProbableTypo = true; in DiagnoseEmptyLoopBody()
16854 if (ProbableTypo) { in DiagnoseEmptyLoopBody()