Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1130 SourceLocation ElseStmtLoc; in ParseIfStatement() local
1138 ElseStmtLoc = Tok.getLocation(); in ParseIfStatement()
1179 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc); in ParseIfStatement()