Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1026 bool Parser::ParseParenExprOrCondition(ExprResult &ExprResult, in ParseParenExprOrCondition() function in Parser
1108 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true)) in ParseIfStatement()
1235 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false)) in ParseSwitchStatement()
1323 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true)) in ParseWhileStatement()
/external/clang/include/clang/Parse/
DParser.h1587 bool ParseParenExprOrCondition(ExprResult &ExprResult,