Searched defs:ParseParenExprOrCondition (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp855 /// ParseParenExprOrCondition:
866 bool Parser::ParseParenExprOrCondition(ExprResult &ExprResult, function in class:Parser
938 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1072 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false))
1164 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true))

Completed in 22 milliseconds