Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1977 SourceLocation EmptyInitStmtSemiLoc; in ParseForStatement() local
1985 EmptyInitStmtSemiLoc = SemiLoc; in ParseForStatement()
2133 if (EmptyInitStmtSemiLoc.isValid()) { in ParseForStatement()
2134 Diag(EmptyInitStmtSemiLoc, diag::warn_empty_init_statement) in ParseForStatement()
2136 << FixItHint::CreateRemoval(EmptyInitStmtSemiLoc); in ParseForStatement()