Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1234 SourceLocation ElseStmtLoc; in ParseIfStatement() local
1242 ElseStmtLoc = Tok.getLocation(); in ParseIfStatement()
1288 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc); in ParseIfStatement()