<< op->getType() << op->getSourceRange();
if (isSFINAEContext())
return QualType();
- }
-
- if (isa<ObjCSelectorExpr>(op))
+ } else if (isa<ObjCSelectorExpr>(op))
return Context.getPointerType(op->getType());
-
- if (lval != Expr::LV_Valid && lval != Expr::LV_IncompleteVoidType) {
+ else if (lval != Expr::LV_Valid && lval != Expr::LV_IncompleteVoidType) {
// C99 6.5.3.2p1
// The operand must be either an l-value or a function designator
if (!op->getType()->isFunctionType()) {