Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1192 SourceLocation ElseStmtLoc; in ParseIfStatement() local
1200 ElseStmtLoc = Tok.getLocation(); in ParseIfStatement()
1245 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc); in ParseIfStatement()