Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1056 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/
DParser.h1694 bool ParseParenExprOrCondition(StmtResult *InitStmt,