Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1533 SourceLocation ElseStmtLoc; in ParseIfStatement() local
1541 ElseStmtLoc = Tok.getLocation(); in ParseIfStatement()
1617 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc); in ParseIfStatement()