Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp930 DiagnoseEmptyStmtBody(RParenLoc, thenStmt, diag::warn_empty_if_body); in ActOnIfStmt()
1651 DiagnoseEmptyStmtBody(CondExpr->getEndLoc(), BodyStmt, in ActOnFinishSwitchStmt()
3118 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
H A DSemaChecking.cpp13487 void Sema::DiagnoseEmptyStmtBody(SourceLocation StmtLoc, in DiagnoseEmptyStmtBody() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2321 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc, const Stmt *Body,