Lines Matching defs:InnerCond
17440 Expr *InnerCond = nullptr;
17442 std::tie(InnerCond, InnerCondDescription) =
17444 if (InnerCond && isa<ConceptSpecializationExpr>(InnerCond)) {
17450 if (!CheckConstraintSatisfaction(InnerCond, Satisfaction))
17452 } else if (InnerCond && !isa<CXXBoolLiteralExpr>(InnerCond)
17453 && !isa<IntegerLiteral>(InnerCond)) {
17454 Diag(InnerCond->getBeginLoc(),
17457 << InnerCond->getSourceRange();
17458 DiagnoseStaticAssertDetails(InnerCond);