Searched refs:ParseParenExprOrCondition (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1026 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/ |
D | Parser.h | 1587 bool ParseParenExprOrCondition(ExprResult &ExprResult,
|