reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
13195 bool isPostIncDec = Second && (Op == OO_PlusPlus || Op == OO_MinusMinus); 13201 First, Second); 13208 if (Second && Second->getObjectKind() == OK_ObjCProperty) { 13208 if (Second && Second->getObjectKind() == OK_ObjCProperty) { 13209 ExprResult Result = SemaRef.CheckPlaceholderExpr(Second); 13212 Second = Result.get(); 13218 !Second->getType()->isOverloadableType()) 13220 First, Callee->getBeginLoc(), Second, OpLoc); 13224 } else if (Second == nullptr || isPostIncDec) { 13237 !Second->getType()->isOverloadableType()) { 13242 = SemaRef.CreateBuiltinBinOp(OpLoc, Opc, First, Second); 13272 Expr *Args[2] = { First, Second }; 13273 unsigned NumArgs = 1 + (Second != nullptr); 13299 First, Second);