Lines Matching refs:InnerCond
17343 Expr *InnerCond = nullptr;
17345 std::tie(InnerCond, InnerCondDescription) =
17347 if (InnerCond && isa<ConceptSpecializationExpr>(InnerCond)) {
17353 if (!CheckConstraintSatisfaction(InnerCond, Satisfaction))
17355 } else if (InnerCond && !isa<CXXBoolLiteralExpr>(InnerCond)
17356 && !isa<IntegerLiteral>(InnerCond)) {
17357 Diag(InnerCond->getBeginLoc(),
17360 << InnerCond->getSourceRange();
17361 DiagnoseStaticAssertDetails(InnerCond);