Home | History | Annotate | Download | only in Sema

Lines Matching refs:CondVal

442 Sema::ActOnIfStmt(SourceLocation IfLoc, FullExprArg CondVal, Decl *CondVar,
447 if (!CondVal.get() && !CondVar) {
452 ExprResult CondResult(CondVal.release());