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

/external/clang/lib/Parse/
H A DParseStmt.cpp1001 /// ParseParenExprOrCondition:
1012 bool Parser::ParseParenExprOrCondition(ExprResult &ExprResult, function in class:Parser
1094 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1221 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false))
1309 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true))
/external/clang/include/clang/Parse/
H A DParser.h1595 bool ParseParenExprOrCondition(ExprResult &ExprResult,

Completed in 304 milliseconds