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

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
14455   assert(AssertExpr != nullptr && "Expected non-null condition");
14456   if (!AssertExpr->isTypeDependent() && !AssertExpr->isValueDependent() &&
14456   if (!AssertExpr->isTypeDependent() && !AssertExpr->isValueDependent() &&
14460     ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr);
14471       AssertExpr = FullAssertExpr.get();
14474     if (!Failed && VerifyIntegerConstantExpression(AssertExpr, &Cond,
14496           << !AssertMessage << Msg.str() << AssertExpr->getSourceRange();
14501     ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc,
14507       AssertExpr = FullAssertExpr.get();
14511                                         AssertExpr, AssertMessage, RParenLoc,