Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1607 SourceLocation ElseStmtLoc; in ParseIfStatement() local
1615 ElseStmtLoc = Tok.getLocation(); in ParseIfStatement()
1691 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc); in ParseIfStatement()