Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14942 const Stmt *PossibleBody) { in DiagnoseEmptyLoopBody() argument
14983 bool ProbableTypo = isa<CompoundStmt>(PossibleBody); in DiagnoseEmptyLoopBody()
14987 PossibleBody->getBeginLoc(), &BodyColInvalid); in DiagnoseEmptyLoopBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2736 void DiagnoseEmptyLoopBody(const Stmt *S, const Stmt *PossibleBody);