reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
14041   assert((CondExpr && LHSExpr && RHSExpr) && "Missing type argument(s)");
14048   if (CondExpr->isTypeDependent() || CondExpr->isValueDependent()) {
14048   if (CondExpr->isTypeDependent() || CondExpr->isValueDependent()) {
14055       = VerifyIntegerConstantExpression(CondExpr, &condEval,
14059     CondExpr = CondICE.get();
14072       ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc,