Searched refs:DiagnoseEmptyStmtBody (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 525 DiagnoseEmptyStmtBody(CondExpr->getLocEnd(), thenStmt, in ActOnIfStmt() 1170 DiagnoseEmptyStmtBody(CondExpr->getLocEnd(), BodyStmt, in ActOnFinishSwitchStmt() 2608 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
|
D | SemaChecking.cpp | 10343 void Sema::DiagnoseEmptyStmtBody(SourceLocation StmtLoc, in DiagnoseEmptyStmtBody() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 600 DiagnoseEmptyStmtBody(CondExpr->getEndLoc(), thenStmt, in ActOnIfStmt() 1298 DiagnoseEmptyStmtBody(CondExpr->getEndLoc(), BodyStmt, in ActOnFinishSwitchStmt() 2934 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B, in FinishCXXForRangeStmt()
|
D | SemaChecking.cpp | 15055 void Sema::DiagnoseEmptyStmtBody(SourceLocation StmtLoc, in DiagnoseEmptyStmtBody() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3587 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4727 void DiagnoseEmptyStmtBody(SourceLocation StmtLoc,
|