reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7342 return CXXCheckConditionalOperands(Cond, LHS, RHS, VK, OK, QuestionLoc); 7349 if (getLangOpts().OpenCL && Cond.get()->getType()->isVectorType()) 7350 return OpenCLCheckVectorConditional(*this, Cond, LHS, RHS, QuestionLoc); 7353 Cond = UsualUnaryConversions(Cond.get()); 7353 Cond = UsualUnaryConversions(Cond.get()); 7354 if (Cond.isInvalid()) 7356 if (checkCondition(*this, Cond.get(), QuestionLoc))