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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp964 /// ParseParenExprOrCondition:
975 bool Parser::ParseParenExprOrCondition(ExprResult &ExprResult, function in class:Parser
1057 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1186 if (ParseParenExprOrCondition(Cond, CondVar, SwitchLoc, false))
1278 if (ParseParenExprOrCondition(Cond, CondVar, WhileLoc, true))
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1512 bool ParseParenExprOrCondition(ExprResult &ExprResult,

Completed in 73 milliseconds