Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1557 SourceLocation ElseStmtLoc; in ParseIfStatement() local
1565 ElseStmtLoc = Tok.getLocation(); in ParseIfStatement()
1641 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc); in ParseIfStatement()