Searched refs:ParseParenExprOrCondition (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1056 bool Parser::ParseParenExprOrCondition(StmtResult *InitStmt, in ParseParenExprOrCondition() function in Parser 1146 if (ParseParenExprOrCondition(&InitStmt, Cond, IfLoc, in ParseIfStatement() 1287 if (ParseParenExprOrCondition(&InitStmt, Cond, SwitchLoc, in ParseSwitchStatement() 1375 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc, in ParseWhileStatement()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1694 bool ParseParenExprOrCondition(StmtResult *InitStmt,
|