Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1144 SourceLocation ElseStmtLoc; in ParseIfStatement() local
1152 ElseStmtLoc = Tok.getLocation(); in ParseIfStatement()
1193 ElseStmt = Actions.ActOnNullStmt(ElseStmtLoc); in ParseIfStatement()