reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2611 auto &&CodeGen = [&S, CapturedStmt, CS, 2619 llvm::ConstantInt *GlobalUBVal = CS != nullptr 2620 ? CGF.Builder.getInt32(CS->size() - 1) 2640 auto &&BodyGen = [CapturedStmt, CS, &S, &IV](CodeGenFunction &CGF) { 2655 ExitBB, CS == nullptr ? 1 : CS->size()); 2655 ExitBB, CS == nullptr ? 1 : CS->size()); 2656 if (CS) { 2658 for (const Stmt *SubStmt : CS->children()) {