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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1055 ExprResult CondExp; local
1057 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1060 FullExprArg FullCondExp(Actions.MakeFullExpr(CondExp.get(), IfLoc));

Completed in 51 milliseconds